aboutsummaryrefslogtreecommitdiff
path: root/linux/home/.vim/ftplugin/after/vim.vim
diff options
context:
space:
mode:
authorsrdusr <trevorgray@srdusr.com>2025-09-05 05:43:27 +0200
committersrdusr <trevorgray@srdusr.com>2025-09-05 05:43:27 +0200
commitea2ea8dfa5718766865feaecda8162cec40e6ca3 (patch)
tree8599ffb7efcf8c840561eaeb71938cdc84b820c2 /linux/home/.vim/ftplugin/after/vim.vim
parent68f64c067979cf24e5dbaeaa20e7b7cf53252f97 (diff)
downloaddotfiles-ea2ea8dfa5718766865feaecda8162cec40e6ca3.tar.gz
dotfiles-ea2ea8dfa5718766865feaecda8162cec40e6ca3.zip
New vim config
Diffstat (limited to 'linux/home/.vim/ftplugin/after/vim.vim')
-rw-r--r--linux/home/.vim/ftplugin/after/vim.vim12
1 files changed, 12 insertions, 0 deletions
diff --git a/linux/home/.vim/ftplugin/after/vim.vim b/linux/home/.vim/ftplugin/after/vim.vim
new file mode 100644
index 0000000..3548816
--- /dev/null
+++ b/linux/home/.vim/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
+