initial commit
This commit is contained in:
parent
d708bfce70
commit
b272268f79
13 changed files with 217 additions and 6 deletions
|
|
@ -23,6 +23,13 @@ return {
|
|||
bufferline_api.set_offset(0)
|
||||
end)
|
||||
|
||||
require("nvim-tree").setup()
|
||||
require("nvim-tree").setup({
|
||||
sync_root_with_cwd = true,
|
||||
respect_buf_cwd = true,
|
||||
update_focused_file = {
|
||||
enable = true,
|
||||
update_root = true
|
||||
},
|
||||
})
|
||||
end
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue