chore(nvim): added everforest and cleaned up unused plugins

This commit is contained in:
Afonso Franco 2025-01-07 16:33:16 +00:00
parent 4ec311a752
commit d0ee7149e6
Signed by: afonso
SSH key fingerprint: SHA256:gkVPzsQQJzqi21ntQBV6pXTx4bYI53rFGI4XtvCpwd4
3 changed files with 7 additions and 15 deletions

View file

@ -129,6 +129,9 @@ return {
capabilities = capabilities,
filetypes = { 'haskell', 'lhaskell', 'cabal' },
})
lspconfig["clangd"].setup({
capabilities = capabilities,
})
end,
},
{