Add configuration for vim

- Add `/.config/vim/vimrc
  + Configure basic stuff
  + Activate spell checks
  + Activate syntax highlighting and ruler
  + Show whitespace characters
  + Add various snippets for mouse handling,
    toggling line numbers, and search
  + Set `vim`-related directories inside
   ~/.config/vim and ~/.local/state/vim
- Integrate extra settings for Python files
  in ~/.config/vim/after/ftplugin/python.vim
- Add `vim` artifacts in ~/.config/git/ignore
This commit is contained in:
Alexander Hess 2025-08-30 11:19:48 +02:00
commit 52914804a5
Signed by: alexander
GPG key ID: 344EA5AB10D868E0
8 changed files with 397 additions and 0 deletions

View file

View file

View file