add nvim-tree

This commit is contained in:
2025-10-26 10:23:16 +09:00
parent df2acf298b
commit 08274e8ad8
4 changed files with 111 additions and 46 deletions

View File

@@ -27,9 +27,10 @@ return {
cmd = { vim.fn.stdpath("config") .. "/shell/clangd-direnv.sh" }
})
lspconfig['hls'].setup({
lspconfig.hls.setup({
capabilities = capabilities,
cmd = { "haskell-language-server-wrapper" },
filetypes = { 'haskell', 'lhaskell' },
cmd = { "haskell-language-server-wrapper", "--lsp" },
settings = {
haskell = {
formattingProvider = "fourmolu"