all repos

init.lua @ b4c232d

my nvim config
1 files changed, 6 insertions(+), 1 deletions(-)
nvimtree: show dotfiles, update git config
Author: flof-ik ss2316544@gmail.com
Committed at: 2022-03-03 22:29:41 +0200
Parent: 4a5e5c5
M lua/fk/plugin/nvimtree.lua

@@ -16,8 +16,13 @@ error = "",

}, }, filters = { - dotfiles = false, + dotfiles = true, custom = { ".git", "node_modules", "__pycache__", "vendor", "env", ".bin" }, + }, + git = { + enable = true, + ignore = false, + timeout = 300, }, view = { width = 30,