delete merlin, \f NERDTreeFind
This commit is contained in:
5
.vimrc
5
.vimrc
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user