diff options
| author | srdusr <trevorgray@srdusr.com> | 2025-09-05 06:00:18 +0200 |
|---|---|---|
| committer | srdusr <trevorgray@srdusr.com> | 2025-09-05 06:00:18 +0200 |
| commit | 0049899bfe05c78f9ab7a7ebd233b507fc5e0d22 (patch) | |
| tree | 6d239c88bfbe516494f454c4584f95db8ea2ba84 /linux/home/.vim/ftplugin | |
| parent | ea2ea8dfa5718766865feaecda8162cec40e6ca3 (diff) | |
| download | dotfiles-0049899bfe05c78f9ab7a7ebd233b507fc5e0d22.tar.gz dotfiles-0049899bfe05c78f9ab7a7ebd233b507fc5e0d22.zip | |
New vim config
Diffstat (limited to 'linux/home/.vim/ftplugin')
| -rw-r--r-- | linux/home/.vim/ftplugin/ftplugin/after/vim.vim | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/linux/home/.vim/ftplugin/ftplugin/after/vim.vim b/linux/home/.vim/ftplugin/ftplugin/after/vim.vim new file mode 100644 index 0000000..3548816 --- /dev/null +++ b/linux/home/.vim/ftplugin/ftplugin/after/vim.vim @@ -0,0 +1,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 + |
