Add ocaml package

This commit is contained in:
Rawley Fowler 2022-07-29 21:34:20 -06:00 committed by GitHub
parent 5e7f91062a
commit 4b03b91051
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,6 +26,7 @@ return require('packer').startup(function()
use 'groenewege/vim-less'
use 'vim-ruby/vim-ruby'
use 'fatih/vim-go'
use 'ocaml/vim-ocaml'
-- Others
use ('junegunn/fzf', { run = function() vim.fn['fzf#install'](0) end })