mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
NERDTree Minimal UI
This commit is contained in:
parent
acdebdc769
commit
cc710c1870
1 changed files with 2 additions and 0 deletions
|
@ -23,6 +23,8 @@ set updatetime=500
|
||||||
let g:startify_custom_header = "''"
|
let g:startify_custom_header = "''"
|
||||||
let g:startify_custom_indices = map(range(1,100), 'string(v:val)')
|
let g:startify_custom_indices = map(range(1,100), 'string(v:val)')
|
||||||
|
|
||||||
|
let NERDTreeMinimalUI=1
|
||||||
|
|
||||||
|
|
||||||
"auto formatting
|
"auto formatting
|
||||||
let g:formatters_python = ['black']
|
let g:formatters_python = ['black']
|
||||||
|
|
Loading…
Reference in a new issue