7dc9efc0e4
vim:gitcommit: Fold unstaged and untracked files
2025-11-25 17:09:24 +01:00
ae52ba20d2
vim: Disable 'cindent' in non-code filetypes
2025-09-17 16:49:34 +02:00
09f9ffbd8e
vim:ftplug:gitcommit: Abbreviate buffer-locally
...
Abbreviate `cq` only in the current buffer (i.e. the commit message).
2024-10-18 16:13:36 +02:00
890c8526ee
vim:ftplug:gitcommit: Abbreviate cq to %d | x
2024-10-18 16:13:36 +02:00
b61894fcc9
vim:ftplug:gitcommit:TODO: Adjust subject length limit
2024-10-16 14:57:38 +02:00
dc76a341a0
vim:ftplugin: Adjust to new colorcolumn settings
...
Since
a98457e66b ("vim:autocmd: Adjust colorcolumn with &textwidth")
or correctly sine
fc0969abba ("vim: Drop textwidth autocmd for native way")
it is not necessary to add the `textwidth` manually to `colorcolumn`.
The colorcolumns are now also placed *behind* textwidth.
2022-03-28 23:42:22 +02:00
6e3f5a96b3
vim: Disable gutentags when editing git-commits
...
Disable gutentags as it seems to regenerate the entire tags file when
editing git-commits, leading to a delay when exiting and a message from
git:
"Waiting for your editor to close the file..."
2021-06-30 12:35:57 +02:00
69e2e43fc7
vim: Move after/ftplugin to ftplugin
...
There is no reason why the plugins should be in after/.
2020-12-24 02:26:36 +01:00
druckdev
423a786192
vim: Move ftplugins into after/
...
All of these are meant as additions and should not override vims default
ftplugins.
2020-11-23 02:07:38 +01:00
druckdev
164af2e500
vim: Automatic formatting
2020-10-10 00:30:09 +02:00
druckdev
027204615b
vim: Use EN instead of EN_US dict for spell check
...
I do not care about color/colour etc.
2020-10-10 00:01:19 +02:00
druckdev
d5e8135cac
vim: Move language specific bits into ftplugin/
...
Move stuff for specific languages executed by autocommands into own
filetype plugins to keep the vimrc cleaner.
2020-09-23 01:16:17 +02:00