aboutsummaryrefslogtreecommitdiffstats
path: root/ftplugin/lua.vim
blob: 222abff65ead145f7ab7b4500016863aa39b9c1b (plain)
1
2
3
4
5
6
7
" Lua vim settings

" Comment string
setlocal commentstring=--\ %s

" Make comment wrapping work
setlocal comments+=b:--