Update neovim configuration
This commit is contained in:
parent
ba744fe993
commit
82392b31a2
4 changed files with 13 additions and 12 deletions
|
|
@ -27,6 +27,7 @@
|
|||
"rainbow_csv": { "branch": "master", "commit": "3dbbfd7d17536aebfb80f571255548495574c32b" },
|
||||
"render-markdown.nvim": { "branch": "main", "commit": "a615baed85137a8c6fc8e95f5545f64d33f5f384" },
|
||||
"runst.nvim": { "branch": "main", "commit": "9760caf73d8f020b6054d34f5527a85836a11a24" },
|
||||
"rustaceanvim": { "branch": "master", "commit": "88575b98bb9937fb9983ddec5e532b67e75ce677" },
|
||||
"snacks.nvim": { "branch": "main", "commit": "bc0630e43be5699bb94dadc302c0d21615421d93" },
|
||||
"tabular": { "branch": "master", "commit": "12437cd1b53488e24936ec4b091c9324cafee311" },
|
||||
"telescope-live-grep-args.nvim": { "branch": "master", "commit": "b80ec2c70ec4f32571478b501218c8979fab5201" },
|
||||
|
|
|
|||
|
|
@ -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 = {
|
||||
|
|
|
|||
|
|
@ -46,3 +46,7 @@ inhibitive
|
|||
parallelized
|
||||
assumming
|
||||
exhibitted
|
||||
manyfold
|
||||
reusability
|
||||
Architected
|
||||
roadmaps
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue