Skip to content

Commit

Permalink
Add notice message for loading a old lua module
Browse files Browse the repository at this point in the history
  • Loading branch information
h-michael authored and Hirokazu Hata committed Oct 30, 2020
1 parent ddcd9e6 commit f61282c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lua/nvim_lsp.lua
Original file line number Diff line number Diff line change
@@ -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\\")."')

0 comments on commit f61282c

Please sign in to comment.