Update neovim configuration
This commit is contained in:
parent
ba744fe993
commit
82392b31a2
4 changed files with 13 additions and 12 deletions
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue