Nvim: optimize config
This commit is contained in:
@@ -13,7 +13,6 @@ if isdirectory($HOME . '/.cache/nvim/tags') == 0
|
|||||||
:silent !mkdir -p ~/.cache/nvim/tags > /dev/null 2>&1
|
:silent !mkdir -p ~/.cache/nvim/tags > /dev/null 2>&1
|
||||||
endif
|
endif
|
||||||
let g:gutentags_cache_dir='~/.cache/nvim/tags'
|
let g:gutentags_cache_dir='~/.cache/nvim/tags'
|
||||||
"let g:gutentags_ctags_extra_args=['--fields=+l']
|
|
||||||
|
|
||||||
if isdirectory($HOME . '/.cache/nvim/undo') == 0
|
if isdirectory($HOME . '/.cache/nvim/undo') == 0
|
||||||
:silent !mkdir -p ~/.cache/nvim/undo > /dev/null 2>&1
|
:silent !mkdir -p ~/.cache/nvim/undo > /dev/null 2>&1
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
return {
|
return {
|
||||||
'Saecki/crates.nvim',
|
'Saecki/crates.nvim',
|
||||||
dependencies = 'jose-elias-alvarez/null-ls.nvim',
|
dependencies = 'jose-elias-alvarez/null-ls.nvim',
|
||||||
config = true
|
config = true,
|
||||||
|
filetype = { "rust", "toml" }
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -73,7 +73,6 @@ return {{
|
|||||||
--"smolovk/projector.nvim",
|
--"smolovk/projector.nvim",
|
||||||
"Pocco81/true-zen.nvim",
|
"Pocco81/true-zen.nvim",
|
||||||
"nullchilly/fsread.nvim",
|
"nullchilly/fsread.nvim",
|
||||||
"ziontee113/icon-picker.nvim",
|
|
||||||
{
|
{
|
||||||
"cbochs/grapple.nvim",
|
"cbochs/grapple.nvim",
|
||||||
enabled = false
|
enabled = false
|
||||||
|
|||||||
Reference in New Issue
Block a user