spell dictionary update; nerd tree now opens at current buffer's directory

This commit is contained in:
Wryn Wagner 2020-10-05 10:49:03 -06:00
parent b4696a1f86
commit 41ae5b7f6f
3 changed files with 2 additions and 1 deletions

View File

@ -80,3 +80,4 @@ ACBT
Haitao
tex
NFA
subgraph

Binary file not shown.

View File

@ -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) ---