We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d0f1572 + e256f6d commit bcb08baCopy full SHA for bcb08ba
1 file changed
ftplugin/lean/lean.lua
@@ -7,7 +7,7 @@ vim.opt.wildignore:append [[*.olean]]
7
8
vim.bo.iskeyword = [[a-z,A-Z,_,48-57,192-255,!,',?,#]]
9
vim.bo.comments = [[s0:/-,mb: ,ex:-/,:--]]
10
-vim.bo.commentstring = [[/- %s -/]]
+vim.bo.commentstring = [[-- %s]]
11
12
vim.bo.includeexpr = [[substitute(v:fname, '\.', '/', 'g') . '.lean']]
13
0 commit comments