Ignored node_modules in nvim; made ls prettier
This commit is contained in:
parent
bd5496aa36
commit
40a8906b56
3 changed files with 5 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue