11 lines
454 B
Markdown
11 lines
454 B
Markdown
# Notes on VIM customization
|
|
basics copied from <https://statico.github.io/vim3.html>
|
|
|
|
## used VIM plugins:
|
|
- Pathogen https://github.com/tpope/vim-pathogen
|
|
- Lightline: see https://vimawesome.com/plugin/lightline-vim
|
|
- ALE: see https://vimawesome.com/plugin/ale
|
|
- vim-gitgutter: see https://vimawesome.com/plugin/vim-gitgutter
|
|
- vim-polyglot: see https://vimawesome.com/plugin/vim-polyglot
|
|
- commentery: see https://vimawesome.com/plugin/commentary-vim
|