[Haskell] Adds support to the LSP. [neovim] Merges and checks in lazyvim.json

This commit is contained in:
2026-01-26 12:42:58 -08:00
parent a985e8a0da
commit 31907ff47b

View File

@@ -3,9 +3,14 @@ return {
"neovim/nvim-lspconfig", "neovim/nvim-lspconfig",
opts = { opts = {
servers = { servers = {
-- Lua
lua_ls = {}, lua_ls = {},
-- Nix
nil_ls = {}, nil_ls = {},
-- Typescript
vtsls = {}, vtsls = {},
-- Haskell
hls = {},
}, },
codelens = { codelens = {
enable = true, enable = true,