Update nvim config

This commit is contained in:
2026-03-11 22:28:04 -06:00
parent 954566fd69
commit bc5c8fb86c
5 changed files with 32 additions and 7 deletions

View File

@@ -6,6 +6,7 @@ return {
vim.lsp.enable('gopls')
vim.lsp.enable('terraformls')
vim.lsp.enable('tflint')
vim.lsp.enable('marksman')
end,
}
}