plugin upgrades and fuckery.
This commit is contained in:
13
nvim-config/lua/plugins/no-haskell-lsp.lua
Normal file
13
nvim-config/lua/plugins/no-haskell-lsp.lua
Normal file
@@ -0,0 +1,13 @@
|
||||
return {
|
||||
{
|
||||
"neovim/nvim-lspconfig",
|
||||
opts = {
|
||||
servers = {
|
||||
haskell_language_server = false,
|
||||
haskell_language_server_wrapper = false,
|
||||
hls = false,
|
||||
hie = false,
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
Reference in New Issue
Block a user