[Haskell] Adds support to the LSP. [neovim] Merges and checks in lazyvim.json
This commit is contained in:
@@ -3,9 +3,14 @@ return {
|
||||
"neovim/nvim-lspconfig",
|
||||
opts = {
|
||||
servers = {
|
||||
-- Lua
|
||||
lua_ls = {},
|
||||
-- Nix
|
||||
nil_ls = {},
|
||||
-- Typescript
|
||||
vtsls = {},
|
||||
-- Haskell
|
||||
hls = {},
|
||||
},
|
||||
codelens = {
|
||||
enable = true,
|
||||
|
||||
Reference in New Issue
Block a user