Commit Graph

6 Commits

Author SHA1 Message Date
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