Ignored node_modules in nvim; made ls prettier

This commit is contained in:
Jef Roosens 2021-12-23 11:07:04 +01:00
parent bd5496aa36
commit 40a8906b56
Signed by: Jef Roosens
GPG key ID: 955C0660072F691F
3 changed files with 5 additions and 4 deletions

View file

@ -82,7 +82,8 @@ g.NERDTreeIgnore = {
'^\\.git$[[dir]]',
'^\\.stack-work$[[dir]]', '\\.lock$',
'^CMakeFiles$[[dir]]', '^CMakeCache.txt$[[file]]',
'.pdf$[[file]]'
'.pdf$[[file]]',
'^node_modules$[[dir]]'
}
g.NERDTreeShowHidden = 1