updated nvim

This commit is contained in:
2025-11-15 13:18:58 +01:00
parent fba61bc3a5
commit 4ca00c51c9
2 changed files with 27 additions and 52 deletions

View File

@@ -54,7 +54,7 @@ return {
"-j=5",
"--malloc-trim",
},
filetypes = { "c" }, -- "cpp"
filetypes = { "c", "cpp", "ino", "h", "hpp" }, -- "cpp"
},
zls = {},
rust_analyzer = {