1
0
Fork
You've already forked vim
0
No description
  • Vim Script 96.4%
  • Ruby 1.6%
  • Vim Snippet 1.4%
  • Shell 0.5%
2026年06月11日 09:59:27 +02:00
after LSP settings, pg keywords, Python colors 2020年12月16日 19:21:36 +01:00
colors Normalize color schemes 2026年05月31日 17:04:24 +02:00
ftdetect Remove blade files 2026年05月31日 17:35:04 +02:00
ftplugin Remove unused ftplugin files 2026年05月31日 17:34:39 +02:00
indent Indentation settings regarding PHP 2020年02月17日 18:34:43 +01:00
pack/plugins/start Add help tags 2026年05月31日 17:54:40 +02:00
resources Add resources 2026年06月11日 09:59:19 +02:00
syntax Remove django syntax 2026年05月31日 17:35:25 +02:00
ultisnips Snippets, LSP, mappings 2021年10月28日 16:34:50 +02:00
.gitignore Update .gitignore 2026年05月31日 17:40:56 +02:00
autocmd.vim More server settings 2023年06月01日 12:10:29 +02:00
headertoggle.vim Rename files 2021年11月18日 22:12:38 +01:00
mappings.vim Add line number toggle mapping 2026年06月01日 12:34:42 +02:00
plugins.vim Update CtrlP mappings 2026年05月31日 18:04:08 +02:00
README.md Update readme 2026年06月11日 09:59:27 +02:00
statusline.vim Improve statusline 2026年05月31日 17:20:36 +02:00
tabline.vim Rename files 2021年11月18日 22:12:38 +01:00
vimrc Don't let vim set the terminal title 2026年06月05日 13:07:45 +02:00

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