Updated config

This commit is contained in:
2025-04-04 16:30:58 +02:00
parent 4c2971044a
commit ead7d8c480
10 changed files with 68 additions and 461 deletions

View File

@ -51,4 +51,8 @@ opt.statusline = "%{repeat('─',winwidth('.'))}"
-- Undo
opt.undofile = true
opt.undolevels = 10000
opt.undolevels = 10000
-- Virtual text
vim.diagnostic.config({ virtual_lines = true })
vim.lsp.enable({"clangd", "gopls", "rust-analyzer"})