add rtp set

This commit is contained in:
Rawley Fowler 2022-08-06 11:33:26 -06:00 committed by GitHub
parent 78b94170a2
commit 5dd6ee360c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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