Commit Graph

15 Commits

Author SHA1 Message Date
599537bcaf
GEN: Quality of Life improvements 2022-11-02 19:12:37 +01:00
fb1d1c0998
VIM: Session-Management 2022-06-28 03:12:16 +02:00
cb7712421c
VIM: ALE/Coc Config 2022-06-28 03:12:15 +02:00
85b8349c31
VIM: use mixed sign/number column 2022-06-28 03:12:15 +02:00
68fca270ca
VIM: Blame config 2022-06-23 12:13:00 +02:00
a54a5a83f9
bufferline.nvim 2022-06-20 15:59:51 +02:00
4e370073b6
VIM: Change keybindings; Fix Coc.nvim not installing correctly 2021-12-03 05:57:55 +01:00
f3c30ab353
[VIM] Fix multiple 'small' annoyances 2021-04-05 13:46:01 +02:00
82c73b7b0d
[VIM] Tagbar config, Nerdtree extended UI 2021-04-05 03:54:46 +02:00
c46d64cb70
[VIM] Change keybindings, remove weird chars, add vim-devicons and goyo 2021-04-05 01:50:31 +02:00
7793b50ba4
VIM: Coc 2019-11-17 20:12:26 +01:00
d22159ca42
VIM: Change Markdown config 2019-02-17 12:04:54 +01:00
e22886f978
VIM: Add Gist-vim
Gist-vim allows you to manage github-gists from vim

Signed-off-by: Tobias Manske <tobias.manske@mailbox.org>
2018-09-06 23:15:56 +02:00
6c460fc2d7
VIM: Install workspaces
workspaces is a tool to save and restore vim sessions, which will be
stored as instructions in a Session.vim file (which I renamed to
.vsession in the config)

Signed-off-by: Tobias Manske <tobias.manske@mailbox.org>
2018-09-02 07:12:07 +02:00
491fe6066f
VIM: Changed plugin management to vim-plug
Before switching I used pathogen.vim for plugin management, which
resulted in a HUGE .gitmodules file as well as a huge directory
containing whole git repositories. vim-plug fixes all those problems. It
reduces the folder into a config file, containing one line per plugin
and also removes the need of adding those submodules to .gitmodules

Signed-off-by: Tobias Manske <tobias.manske@mailbox.org>
2018-09-01 12:48:19 +02:00