From 5dd6ee360cea8f84eef3c945114331b6e4c8e43e Mon Sep 17 00:00:00 2001 From: Rawley Fowler <75388349+rawleyfowler@users.noreply.github.com> Date: Sat, 6 Aug 2022 11:33:26 -0600 Subject: [PATCH] add rtp set --- neovim/lua/rf/set.lua | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/neovim/lua/rf/set.lua b/neovim/lua/rf/set.lua index 4c2b082..4a768a5 100644 --- a/neovim/lua/rf/set.lua +++ b/neovim/lua/rf/set.lua @@ -10,5 +10,9 @@ set.wrap = false set.encoding = 'utf-8' set.guifont = 'Iosevka Nerd Font Mono 14' +vim.cmd([[ +set rtp^="home/rf/.opam/default/share/ocp-indent/vim" +]]) + -- Lower update time the better (ms) set.updatetime = 50