Tune cmake and requirements filetypes

This commit is contained in:
Kenneth Benzie 2024-03-17 14:03:36 +00:00
parent 6317d02148
commit 772bf3a3c1
2 changed files with 4 additions and 0 deletions

3
after/ftplugin/cmake.lua Normal file
View File

@ -0,0 +1,3 @@
vim.opt.commentstring = '#%s'
vim.opt.cinkeys = '0{,0},0),0],:,#1,!^F,o,O,e'
vim.opt.indentkeys = ':,!^F,o,O,e,=endif(,=ENDIF(,=endforeach(,=ENDFOREACH(,=endmacro(,=ENDMACRO(,=else(,=ELSE(,=elseif(,=ELSEIF(,=endwhile(,=ENDWHILE('

View File

@ -0,0 +1 @@
vim.opt.commentstring = '#%s'