Compare commits
No commits in common. "03f906b66364aa09e42357bd61b1e48b70df33fd" and "57bf62b4534dd3e45d7d1f45ebfe6f2f55a17ed0" have entirely different histories.
03f906b663
...
57bf62b453
4 changed files with 12 additions and 13 deletions
|
|
@ -27,7 +27,6 @@
|
||||||
"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" },
|
||||||
|
|
|
||||||
|
|
@ -10,12 +10,6 @@ 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,
|
||||||
|
|
|
||||||
|
|
@ -121,9 +121,19 @@ return {
|
||||||
jsonls = {},
|
jsonls = {},
|
||||||
bashls = { dependencies = "shellcheck" },
|
bashls = { dependencies = "shellcheck" },
|
||||||
kotlin_language_server = {},
|
kotlin_language_server = {},
|
||||||
gopls = {},
|
|
||||||
ts_ls = {},
|
ts_ls = {},
|
||||||
svelte = {},
|
rust_analyzer = {
|
||||||
|
settings = {
|
||||||
|
["rust-analyzer"] = {
|
||||||
|
check = {
|
||||||
|
command = "clippy",
|
||||||
|
},
|
||||||
|
rustfmt = {
|
||||||
|
extraArgs = { "+nightly" },
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
arduino_language_server = {},
|
arduino_language_server = {},
|
||||||
ltex = {
|
ltex = {
|
||||||
settings = {
|
settings = {
|
||||||
|
|
|
||||||
|
|
@ -46,7 +46,3 @@ inhibitive
|
||||||
parallelized
|
parallelized
|
||||||
assumming
|
assumming
|
||||||
exhibitted
|
exhibitted
|
||||||
manyfold
|
|
||||||
reusability
|
|
||||||
Architected
|
|
||||||
roadmaps
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue