aboutsummaryrefslogtreecommitdiff
path: root/linux/home/.vim/ftplugin/after/vim.vim
blob: 3548816ff66cc0c592a1b7ec1ec872d3a90a4e1c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
" Enable Vim-specific options
setlocal tabstop=4
setlocal shiftwidth=4
setlocal softtabstop=4
setlocal expandtab
setlocal foldmethod=marker
setlocal keywordprg=:help
setlocal iskeyword+=:

" Spell-check off by default
setlocal nospell