vim: lean

This commit is contained in:
Gabriel Ebner 2022-04-06 18:54:01 +02:00
parent 5be0bb8b83
commit 0a1f7710c1

3
vimrc

@ -209,7 +209,7 @@ lua <<EOF
}, },
mappings = true, mappings = true,
infoview = { infoview = {
autoopen = false, -- autoopen = false,
}, },
-- treesitter = {}, -- treesitter = {},
lsp = { lsp = {
@ -225,7 +225,6 @@ lua <<EOF
init_options = { init_options = {
semanticHighlighting = true, semanticHighlighting = true,
}, },
cmd = {"lean", "--server"},
}, },
} }