diff options
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/lspconfig/ghcide.lua | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lua/lspconfig/ghcide.lua b/lua/lspconfig/ghcide.lua index 23ea01ca..ddbcdd04 100644 --- a/lua/lspconfig/ghcide.lua +++ b/lua/lspconfig/ghcide.lua @@ -1,7 +1,5 @@ local configs = require 'lspconfig/configs' local util = require 'lspconfig/util' -local vim = vim -vim.api.nvim_command('echomsg "NOTICE: \\"ghcide\\" has been deprecated. Use \\"haskell-language-server\\" instead of \\"ghcide\\". For more information, see https://github.com/haskell/ghcide/pull/939 .') configs.ghcide = { default_config = { |
