Skip to content

Commit

Permalink
nvim: always show chezmoi files
Browse files Browse the repository at this point in the history
  • Loading branch information
chris468 committed Jun 30, 2024
1 parent 60bbf53 commit 633e429
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions dotfiles/private_dot_config/nvim/lua/chris468/plugins/neo-tree.lua
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,23 @@ return {
},
},
filesystem = {
filtered_items = {
always_show = {
".chezmoiexternals",
".chezmoiscripts",
".chezmoitemplates",
".chezmoi.yaml.tmpl",
".chezmoi.tmpl",
".chezmoiignore",
".chezmoiremove",
".chezmoiroot",
".chezmoiversion",
},
-- always_show_by_pattern = { will be introduced in next release after 3.26
-- ".chezmoi*",
-- ".chezmoi*/*",
-- },
},
follow_current_file = { enabled = false },
window = {
mappings = {
Expand Down

0 comments on commit 633e429

Please sign in to comment.