updated nvim config to 0.11 lsp

This commit is contained in:
Luka Jankovic 2025-11-04 00:09:54 +01:00
parent af6b443ef6
commit 04e711f146
5 changed files with 49 additions and 63 deletions

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

@ -0,0 +1,6 @@
vim.diagnostic.config({
virtual_lines = {
current_line = true,
}
})