This commit is contained in:
2026-02-24 21:34:42 -05:00
parent c8e02a40a8
commit a467bc9273
5 changed files with 13 additions and 41 deletions

View File

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