[nvim] Remove OCaml stuff
This commit is contained in:
parent
bbf8d18d09
commit
893c833b1d
1 changed files with 0 additions and 5 deletions
|
@ -270,11 +270,6 @@ augroup spellcheck_textfiles
|
|||
au! BufNewFile,BufRead *.md,*.txt,*.tex setlocal spell
|
||||
augroup END
|
||||
|
||||
"let g:opamshare = substitute(system('opam config var share'),'\n$','','''')
|
||||
"augroup ocaml_support
|
||||
"au! BufNewFile,BufRead *.ml execute "set rtp+=" . g:opamshare . "/merlin/vim"
|
||||
"augroup END
|
||||
|
||||
augroup json_prettyprint
|
||||
au! BufNewFile,BufRead *.json,*.geojson nnoremap ;ff :%!python -m json.tool \| sed -r ':begin;s/^(\t*) /\1\t/;t begin'<cr>
|
||||
augroup END
|
||||
|
|
Loading…
Reference in a new issue