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
|
Haitao
|
||||||
tex
|
tex
|
||||||
NFA
|
NFA
|
||||||
|
subgraph
|
||||||
|
Binary file not shown.
@ -42,7 +42,7 @@ filetype plugin indent on
|
|||||||
" ===================================================================================
|
" ===================================================================================
|
||||||
|
|
||||||
" --- Nerd Tree ---
|
" --- 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
|
let g:NERDTreeNodeDelimiter = "\u00a0" " -- Was seeing ^G character, and this should fix that
|
||||||
|
|
||||||
" --- YouCompleteMe (YCM) ---
|
" --- YouCompleteMe (YCM) ---
|
||||||
|
Loading…
Reference in New Issue
Block a user