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 ripgrep
rnix-lsp rnix-lsp
stylua stylua
haskell-language-server
ghc
]; ];
plugins = with pkgs.vimPlugins; [ plugins = with pkgs.vimPlugins; [
nvim-surround nvim-surround

View File

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