No description
- Vim Script 96.4%
- Ruby 1.6%
- Vim Snippet 1.4%
- Shell 0.5%
| after | LSP settings, pg keywords, Python colors | |
| colors | Normalize color schemes | |
| ftdetect | Remove blade files | |
| ftplugin | Remove unused ftplugin files | |
| indent | Indentation settings regarding PHP | |
| pack/plugins/start | Add help tags | |
| resources | Add resources | |
| syntax | Remove django syntax | |
| ultisnips | Snippets, LSP, mappings | |
| .gitignore | Update .gitignore | |
| autocmd.vim | More server settings | |
| headertoggle.vim | Rename files | |
| mappings.vim | Add line number toggle mapping | |
| plugins.vim | Update CtrlP mappings | |
| README.md | Update readme | |
| statusline.vim | Improve statusline | |
| tabline.vim | Rename files | |
| vimrc | Don't let vim set the terminal title | |
Vim config
Installation
cd ~/.config
git clone git@codeberg.org:ernstla/vim.git
git clone https://codeberg.org/ernstla/vim.git
Other config files
cd ~
ln -s .config/vim/resources/bashrc .bashrc
Central installation
cd /opt
git clone https://codeberg.org/ernstla/vim.git
chown -R root:root /opt/vim
cd ~
ln -s /opt/vim .vim
ln -s /opt/vim/resources/bashrc .bashrc