gitignore custom dir | add example configs

This commit is contained in:
siduck 2021-11-19 07:44:06 +05:30
parent 5c69d46dd6
commit b4da490138
4 changed files with 53 additions and 1 deletions

View file

@ -9,7 +9,6 @@ local g = vim.g
g.nvim_tree_add_trailing = 0 -- append a trailing slash to folder names
g.nvim_tree_git_hl = git_status
g.nvim_tree_gitignore = 0
g.nvim_tree_highlight_opened_files = 0
g.nvim_tree_indent_markers = 1
g.nvim_tree_quit_on_open = 0 -- closes tree when file's opened