summaryrefslogtreecommitdiff
path: root/.config/vim/ftplugin/fut.vim
blob: 29410d53db1056fc03e48d3157c9d1fef4aacba3 (plain)
1
2
3
4
5
6
7
8
" ftplugin/fut.vim
setlocal commentstring=--%s
setlocal comments=:--
setlocal iskeyword+=',_
setlocal tabstop=2
setlocal softtabstop=2
setlocal shiftwidth=2
setlocal expandtab