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
and ~/.config/vim/after/syntax/python.vim
- Add `vim` artifacts in ~/.config/git/ignore
This commit is contained in:
parent
4d9e800d94
commit
8f7cef086b
12 changed files with 611 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ The repository is cloned as a bare repository into `~/.local/share/dotfiles`
|
|||
and its files are checked out into `~/` directly.
|
||||
Pre-existing files are backed up to `~/.local/state/dotfiles-backups` beforehand.
|
||||
Afterwards, the files can be managed with the
|
||||
[`dotfiles`](.config/shell/aliases#L7) alias,
|
||||
[`dotfiles`](.config/shell/aliases#L23) alias,
|
||||
for example, `dotfiles status` or `dotfiles pull`.
|
||||
|
||||
The above commands install the *main* variant.
|
||||
|
|
|
|||
Loading…
Reference in a new issue