Add copilot chat and other nice things
This commit is contained in:
parent
bbda49daf5
commit
ba8725e5fe
5 changed files with 34 additions and 2 deletions
|
|
@ -24,7 +24,13 @@ return {
|
|||
end, { desc = 'Focus NeoTree' })
|
||||
|
||||
-- Setup neo-tree
|
||||
require('neo-tree').setup {}
|
||||
require('neo-tree').setup {
|
||||
filesystem = {
|
||||
follow_current_file = {
|
||||
enabled = true,
|
||||
},
|
||||
},
|
||||
}
|
||||
end,
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue