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

@ -27,6 +27,7 @@
"rainbow_csv": { "branch": "master", "commit": "3dbbfd7d17536aebfb80f571255548495574c32b" }, "rainbow_csv": { "branch": "master", "commit": "3dbbfd7d17536aebfb80f571255548495574c32b" },
"render-markdown.nvim": { "branch": "main", "commit": "a615baed85137a8c6fc8e95f5545f64d33f5f384" }, "render-markdown.nvim": { "branch": "main", "commit": "a615baed85137a8c6fc8e95f5545f64d33f5f384" },
"runst.nvim": { "branch": "main", "commit": "9760caf73d8f020b6054d34f5527a85836a11a24" }, "runst.nvim": { "branch": "main", "commit": "9760caf73d8f020b6054d34f5527a85836a11a24" },
"rustaceanvim": { "branch": "master", "commit": "88575b98bb9937fb9983ddec5e532b67e75ce677" },
"snacks.nvim": { "branch": "main", "commit": "bc0630e43be5699bb94dadc302c0d21615421d93" }, "snacks.nvim": { "branch": "main", "commit": "bc0630e43be5699bb94dadc302c0d21615421d93" },
"tabular": { "branch": "master", "commit": "12437cd1b53488e24936ec4b091c9324cafee311" }, "tabular": { "branch": "master", "commit": "12437cd1b53488e24936ec4b091c9324cafee311" },
"telescope-live-grep-args.nvim": { "branch": "master", "commit": "b80ec2c70ec4f32571478b501218c8979fab5201" }, "telescope-live-grep-args.nvim": { "branch": "master", "commit": "b80ec2c70ec4f32571478b501218c8979fab5201" },

View file

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

View file

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

View file

@ -46,3 +46,7 @@ inhibitive
parallelized parallelized
assumming assumming
exhibitted exhibitted
manyfold
reusability
Architected
roadmaps