spell dictionary update; nerd tree now opens at current buffer's directory
This commit is contained in:
parent
b4696a1f86
commit
41ae5b7f6f
@ -80,3 +80,4 @@ ACBT
|
||||
Haitao
|
||||
tex
|
||||
NFA
|
||||
subgraph
|
||||
|
Binary file not shown.
@ -42,7 +42,7 @@ filetype plugin indent on
|
||||
" ===================================================================================
|
||||
|
||||
" --- Nerd Tree ---
|
||||
map <C-o> :NERDTreeToggle<CR>
|
||||
map <C-o> :NERDTreeToggle %<CR>
|
||||
let g:NERDTreeNodeDelimiter = "\u00a0" " -- Was seeing ^G character, and this should fix that
|
||||
|
||||
" --- YouCompleteMe (YCM) ---
|
||||
|
Loading…
Reference in New Issue
Block a user