delete merlin, \f NERDTreeFind

This commit is contained in:
2018-08-09 20:33:51 -07:00
parent 068dcc4233
commit 82ef188496

5
.vimrc
View File

@@ -53,6 +53,7 @@ map <silent> <F5> :let _s=@/ <Bar> :%s/\s\+$//e <Bar> :let @/=_s <Bar> :nohl <Ba
" NERDTree binding
map <C-n> :NERDTreeToggle<CR>
nmap <Leader>f :NERDTreeFind<CR>
" FZF
set rtp+=/usr/local/opt/fzf
@@ -73,10 +74,6 @@ nmap <Leader>C :copen<CR>
" supertab
let g:SuperTabDefaultCompletionType = "<c-x><c-o>"
" merlin
let g:opamshare = substitute(system('opam config var share'),'\n$','','''')
execute "set rtp+=" . g:opamshare . "/merlin/vim"
" set light mode?
if !empty($LC_LIGHT_BG)
colorscheme default