Update configuration for neovim 0.11

This commit is contained in:
Lol3rrr
2026-01-16 20:18:31 +01:00
parent 62dfa1466c
commit 35186f4fc4
5 changed files with 57 additions and 132 deletions

View File

@@ -1,7 +1,8 @@
return {{
"mrcjkb/rustaceanvim",
version = "^4", -- Recommended
version = "^6", -- Recommended
ft = { "rs" },
lazy = false,
opts = {
server = {
on_attach = function(_, bufnr)