nvim tree cwd
This commit is contained in:
parent
6d6e894f53
commit
c53865907e
2 changed files with 11 additions and 3 deletions
|
@ -1,11 +1,14 @@
|
|||
vim.g.polyglot_disabled = {'sensible'}
|
||||
|
||||
return {
|
||||
'rcarriga/nvim-notify',
|
||||
'stefandtw/quickfix-reflector.vim',
|
||||
{ 'akinsho/bufferline.nvim', config = {}, dependencies = { 'navarasu/onedark.nvim' } },
|
||||
{ 'ethanholz/nvim-lastplace', config = {} },
|
||||
{ 'sheerun/vim-polyglot' },
|
||||
{ 'akinsho/bufferline.nvim', opts = {}, dependencies = { 'navarasu/onedark.nvim' } },
|
||||
{ 'ethanholz/nvim-lastplace', opts = {} },
|
||||
{ 'kylechui/nvim-surround', version = '*', event = 'VeryLazy', opts = {} },
|
||||
{ 'lukas-reineke/indent-blankline.nvim', main = 'ibl', opts = {} },
|
||||
{ 'norcalli/nvim-colorizer.lua', opts = {}, dependencies = { 'navarasu/onedark.nvim' } },
|
||||
{ 'norcalli/nvim-colorizer.lua', opts={'*'}, dependencies = { 'navarasu/onedark.nvim' } },
|
||||
{ 'wakatime/vim-wakatime', event = 'VeryLazy' },
|
||||
{ 'williamboman/mason.nvim', opts = {} },
|
||||
}
|
||||
|
|
|
@ -18,6 +18,11 @@ return {
|
|||
open_file = {
|
||||
quit_on_open = true,
|
||||
},
|
||||
change_dir = {
|
||||
enable = true,
|
||||
global = true,
|
||||
restrict_above_cwd = false,
|
||||
}
|
||||
},
|
||||
})
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue