From 4b03b910512d98b374b9eac3fa268eaefeb93580 Mon Sep 17 00:00:00 2001 From: Rawley Fowler <75388349+rawleyfowler@users.noreply.github.com> Date: Fri, 29 Jul 2022 21:34:20 -0600 Subject: [PATCH] Add ocaml package --- neovim/lua/rf/packer.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/neovim/lua/rf/packer.lua b/neovim/lua/rf/packer.lua index 851cbd4..9e35879 100644 --- a/neovim/lua/rf/packer.lua +++ b/neovim/lua/rf/packer.lua @@ -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 })