Added fugitive neotree

This commit is contained in:
Jacob Frøkjær Wortmann 2023-10-24 16:04:59 +02:00
parent dc9f6a8b1f
commit e75ee14ba5
3 changed files with 28 additions and 11 deletions

View file

@ -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