add rtp set
This commit is contained in:
parent
78b94170a2
commit
5dd6ee360c
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue