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 {
|
return {
|
||||||
'rcarriga/nvim-notify',
|
'rcarriga/nvim-notify',
|
||||||
'stefandtw/quickfix-reflector.vim',
|
'stefandtw/quickfix-reflector.vim',
|
||||||
{ 'akinsho/bufferline.nvim', config = {}, dependencies = { 'navarasu/onedark.nvim' } },
|
{ 'sheerun/vim-polyglot' },
|
||||||
{ 'ethanholz/nvim-lastplace', config = {} },
|
{ 'akinsho/bufferline.nvim', opts = {}, dependencies = { 'navarasu/onedark.nvim' } },
|
||||||
|
{ 'ethanholz/nvim-lastplace', opts = {} },
|
||||||
{ 'kylechui/nvim-surround', version = '*', event = 'VeryLazy', opts = {} },
|
{ 'kylechui/nvim-surround', version = '*', event = 'VeryLazy', opts = {} },
|
||||||
{ 'lukas-reineke/indent-blankline.nvim', main = 'ibl', 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' },
|
{ 'wakatime/vim-wakatime', event = 'VeryLazy' },
|
||||||
{ 'williamboman/mason.nvim', opts = {} },
|
{ 'williamboman/mason.nvim', opts = {} },
|
||||||
}
|
}
|
||||||
|
|
|
@ -18,6 +18,11 @@ return {
|
||||||
open_file = {
|
open_file = {
|
||||||
quit_on_open = true,
|
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