Vim OCaml bindings
This commit is contained in:
parent
f01f376a00
commit
0c04242795
1 changed files with 4 additions and 0 deletions
4
files/.vim/ftplugin/ocaml.vim
Normal file
4
files/.vim/ftplugin/ocaml.vim
Normal file
|
@ -0,0 +1,4 @@
|
|||
" Few more key bindings definitions for Merlin
|
||||
|
||||
nnoremap <LocalLeader>l :MerlinLocate<CR>
|
||||
nnoremap <LocalLeader>d :MerlinDestruct<CR>
|
Loading…
Reference in a new issue