Update neovim configuration

This commit is contained in:
Alex Selimov 2025-11-11 20:58:56 -05:00
parent ba744fe993
commit 82392b31a2
Signed by: aselimov
GPG key ID: 3DDB9C3E023F1F31
4 changed files with 13 additions and 12 deletions

View file

@ -10,6 +10,12 @@ return {
end,
},
{
"mrcjkb/rustaceanvim",
version = "^6", -- Recommended
lazy = false, -- This plugin is already lazy
},
{
"cdelledonne/vim-cmake",
cond = vim.fn.executable("cmake") == 1,

View file

@ -121,19 +121,9 @@ return {
jsonls = {},
bashls = { dependencies = "shellcheck" },
kotlin_language_server = {},
gopls = {},
ts_ls = {},
rust_analyzer = {
settings = {
["rust-analyzer"] = {
check = {
command = "clippy",
},
rustfmt = {
extraArgs = { "+nightly" },
},
},
},
},
svelte = {},
arduino_language_server = {},
ltex = {
settings = {