This commit is contained in:
jay
2023-04-17 01:53:49 +08:00
parent 1b3afa092b
commit 896ca95ce1
6 changed files with 44 additions and 34 deletions
+2 -4
View File
@@ -1,3 +1,4 @@
" vim: set ft=vim:
"*****************************************************************************
""" Vim-Plug core
"*****************************************************************************
@@ -89,6 +90,7 @@ Plug 'danilo-augusto/vim-afterglow'
Plug 'vim-scripts/TaskList.vim'
Plug 'google/vim-jsonnet'
Plug 'terrastruct/d2-vim'
Plug 'elkowar/yuck.vim'
call plug#end()
@@ -540,9 +542,6 @@ require'nvim-tree'.setup {
hijack_cursor = false,
hijack_netrw = true,
hijack_unnamed_buffer_when_opening = false,
ignore_buffer_on_setup = false,
open_on_setup = false,
open_on_setup_file = false,
open_on_tab = false,
sort_by = "name",
update_cwd = false,
@@ -579,7 +578,6 @@ require'nvim-tree'.setup {
update_cwd = false,
ignore_list = {},
},
ignore_ft_on_setup = {},
system_open = {
cmd = nil,
args = {},