6 lines
209 B
VimL
6 lines
209 B
VimL
|
if g:plugins_ok != 1 | finish | endif
|
||
|
" -------------------------------------------------------------------
|
||
|
|
||
|
nnoremap <C-o> :NERDTreeToggle %<CR>
|
||
|
let g:NERDTreeNodeDelimiter = "\u00a0" " -- fixes ^G character
|