neovim haskell lsp

This commit is contained in:
Ivan Dimitrov 2023-09-09 21:24:19 +03:00
parent 2aab8d625d
commit 4bec7dc550
2 changed files with 48 additions and 45 deletions

View File

@ -20,6 +20,8 @@
ripgrep
rnix-lsp
stylua
haskell-language-server
ghc
];
plugins = with pkgs.vimPlugins; [
nvim-surround

View File

@ -73,6 +73,7 @@ local servers = {
gopls = {},
tailwindcss = {},
prismals = {},
hls = {}
}
local cmp_capabilities = require("cmp_nvim_lsp").default_capabilities()
local on_attach = function(client, bufnr)