mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-08-21 01:58:25 +02:00
adding neo-tree
This commit is contained in:
parent
a1432a4ea1
commit
bb84af4acf
2 changed files with 9 additions and 1 deletions
|
@ -15,6 +15,13 @@ return {
|
|||
},
|
||||
opts = {
|
||||
filesystem = {
|
||||
filtered_items = {
|
||||
always_show = {
|
||||
'.gitignore',
|
||||
'.gitlab-ci.yml',
|
||||
'.env',
|
||||
},
|
||||
},
|
||||
window = {
|
||||
mappings = {
|
||||
['\\'] = 'close_window',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue