https://github.com/angrymaciek/angry-vim
Vim configuration which I use @ work.
https://github.com/angrymaciek/angry-vim
vim vim-configuration
Last synced: 5 months ago
JSON representation
Vim configuration which I use @ work.
- Host: GitHub
- URL: https://github.com/angrymaciek/angry-vim
- Owner: AngryMaciek
- License: mit
- Created: 2020-05-15T21:29:32.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-07-22T20:01:07.000Z (almost 3 years ago)
- Last Synced: 2025-09-09T07:53:23.432Z (9 months ago)
- Topics: vim, vim-configuration
- Language: Python
- Homepage:
- Size: 955 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Angry Vim (╯°□°)╯︵ ┻━┻

*Maciej Bak*
*Swiss Institute of Bioinformatics*
Vim configuration which I use at work.
(Supported on 64-bit Linux & macOS Catalina+, Vim version > 8.1)
#### Setup:
```bash
cd $HOME
git clone https://github.com/AngryMaciek/angry-vim.git
bash angry-vim/setup.sh
# Native plugin managment has one drawback, helptags are not automatically re-generated.
# You can update them inside vim by using:
# :helptags ALL
#
# Also, safely ignore error of the following type:
# E152: Cannot open /opt/local/share/vim/vim81/doc/tags for writing
```
#### License:
MIT