Added OPAM configs
This commit is contained in:
parent
8896cb4153
commit
a3c186d2ef
|
@ -70,6 +70,10 @@ else
|
||||||
print('Should never be here LSP')
|
print('Should never be here LSP')
|
||||||
end
|
end
|
||||||
|
|
||||||
|
vim.cmd([[
|
||||||
|
set rtp^=~/.opam/default/share/ocp-indent/vim
|
||||||
|
]])
|
||||||
|
|
||||||
local cmp = require("cmp")
|
local cmp = require("cmp")
|
||||||
local cmp_select = { behavior = cmp.SelectBehavior.Select }
|
local cmp_select = { behavior = cmp.SelectBehavior.Select }
|
||||||
local cmp_mappings = lsp.defaults.cmp_mappings({
|
local cmp_mappings = lsp.defaults.cmp_mappings({
|
||||||
|
|
Loading…
Reference in New Issue