diff --git a/dotfiles/nvim/lua/plugins/lsp/haskell.lua b/dotfiles/nvim/lua/plugins/lsp/haskell.lua new file mode 100644 index 0000000..7def886 --- /dev/null +++ b/dotfiles/nvim/lua/plugins/lsp/haskell.lua @@ -0,0 +1,4 @@ +return function() + require"lspconfig".hls.setup {} +end + diff --git a/home/packages/nvim.nix b/home/packages/nvim.nix index 46e7d44..8128917 100644 --- a/home/packages/nvim.nix +++ b/home/packages/nvim.nix @@ -21,6 +21,7 @@ luajitPackages.luarocks fd texlab + haskell-language-server ]; };