Updated config

This commit is contained in:
Eduard Urbach 2025-04-04 16:30:58 +02:00
parent 4c2971044a
commit ead7d8c480
No known key found for this signature in database
GPG key ID: C874F672B1AF20C0
10 changed files with 68 additions and 461 deletions

9
.config/nvim/lua/lsp.lua Normal file
View file

@ -0,0 +1,9 @@
vim.diagnostic.config({
virtual_lines = true,
})
vim.lsp.enable({
"clangd",
"gopls",
"rust-analyzer",
})