Added OPAM configs

This commit is contained in:
Eduardo Cueto-Mendoza 2024-07-30 13:03:11 +01:00
parent 8896cb4153
commit a3c186d2ef
1 changed files with 4 additions and 0 deletions

View File

@ -70,6 +70,10 @@ else
print('Should never be here LSP')
end
vim.cmd([[
set rtp^=~/.opam/default/share/ocp-indent/vim
]])
local cmp = require("cmp")
local cmp_select = { behavior = cmp.SelectBehavior.Select }
local cmp_mappings = lsp.defaults.cmp_mappings({