This repository has been archived on 2023-11-11. You can view files and clone it, but cannot push or open issues or pull requests.
yadm-dotfiles/.vim/README.md

19 lines
632 B
Markdown

# vim with Lars
* `airline`: shows on the bottom if you are in insert-mode or normal-mode
* switching between normal-mode and insert-mode constantly/often is normal and the right way to use vim
* indent markers, `indent-line` is the plugin and file `.vim/plugin/indent-line.vim`.
Lars says most of what i want is in `lrn-care-yadm/.vim/plugin/sets.vim`
* relative line numbers
* `ColorColumn` is there, tahts what sets the char limit marker
Theme Lars uses `onedark` theme with `background=dark`:
* `colors.vim`
# rsi.vim
* saved as `examples/rsi.vim`
* repo: [github:tpope/vim-rsi](https://github.com/tpope/vim-rsi)