mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-26 01:48:27 +02:00
fix: neovim
This commit is contained in:
@@ -18,7 +18,7 @@ package({
|
||||
})
|
||||
|
||||
|
||||
--
|
||||
-- file tree sidebar
|
||||
package({
|
||||
'nvim-neo-tree/neo-tree.nvim',
|
||||
dependencies = {
|
||||
@@ -67,6 +67,14 @@ package({
|
||||
{ source = "git_status", display_name = " Git " },
|
||||
},
|
||||
},
|
||||
|
||||
filesystem = {
|
||||
filtered_items = {
|
||||
visible = true, -- when true, they will just be displayed differently than normal items
|
||||
hide_dotfiles = false,
|
||||
hide_gitignored = false,
|
||||
},
|
||||
},
|
||||
-- Other options ...
|
||||
})
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user