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