diff options
| author | Hirokazu Hata <h.hata.ai.t@gmail.com> | 2020-10-30 15:35:20 +0900 |
|---|---|---|
| committer | Hirokazu Hata <> | 2020-10-30 15:35:20 +0900 |
| commit | f61282c01c5da6f7d5fb15ba759d1e0b3eb4ad02 (patch) | |
| tree | be9286531867eed75588574a69f073937c094854 /lua/nvim_lsp.lua | |
| parent | Rename nvim_lsp to lspconfig (diff) | |
| download | nvim-lspconfig-f61282c01c5da6f7d5fb15ba759d1e0b3eb4ad02.tar nvim-lspconfig-f61282c01c5da6f7d5fb15ba759d1e0b3eb4ad02.tar.gz nvim-lspconfig-f61282c01c5da6f7d5fb15ba759d1e0b3eb4ad02.tar.bz2 nvim-lspconfig-f61282c01c5da6f7d5fb15ba759d1e0b3eb4ad02.tar.lz nvim-lspconfig-f61282c01c5da6f7d5fb15ba759d1e0b3eb4ad02.tar.xz nvim-lspconfig-f61282c01c5da6f7d5fb15ba759d1e0b3eb4ad02.tar.zst nvim-lspconfig-f61282c01c5da6f7d5fb15ba759d1e0b3eb4ad02.zip | |
Add notice message for loading a old lua module
Diffstat (limited to 'lua/nvim_lsp.lua')
| -rw-r--r-- | lua/nvim_lsp.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lua/nvim_lsp.lua b/lua/nvim_lsp.lua new file mode 100644 index 00000000..39ef0b2e --- /dev/null +++ b/lua/nvim_lsp.lua @@ -0,0 +1,2 @@ +local vim = vim +vim.api.nvim_command('echomsg "NOTICE: \\"nvim_lsp\\" module was renamed to \\"lspconfig\\". Update your config/plugins to require(\\"lspconfig\\") instead of require(\\"nvim_lsp\\")."') |
