Added fugitive neotree
This commit is contained in:
parent
dc9f6a8b1f
commit
e75ee14ba5
3 changed files with 28 additions and 11 deletions
|
|
@ -9,14 +9,9 @@ return {
|
|||
"nvim-tree/nvim-web-devicons", -- not strictly required, but recommended
|
||||
"MunifTanjim/nui.nvim",
|
||||
},
|
||||
config = function ()
|
||||
config = function()
|
||||
require('neo-tree').setup {
|
||||
filesystem = {
|
||||
hide_by_pattern = { -- uses glob style patterns
|
||||
--"*.meta",
|
||||
--"*/src/*/tsconfig.json",
|
||||
"*/dk/nykredit/*"
|
||||
},
|
||||
follow_current_file = {
|
||||
enabled = true, -- This will find and focus the file in the active buffer every time
|
||||
leave_dirs_open = false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue