This commit is contained in:
vxclutch
2026-05-23 19:19:53 -04:00
parent 3047669cd7
commit 6d9ee0868d
3 changed files with 65 additions and 64 deletions

View File

@@ -1,10 +1,7 @@
vim.lsp.enable {
"bashls",
"gopls",
"lua_ls",
"clangd",
"jdtls",
"rust-analyzer",
}
vim.diagnostic.config { virtual_text = true, underline = true, signs = false }