Commit Graph

14 Commits

Author SHA1 Message Date
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
b80e034907
[VIM] Rust + Ctags support 2021-04-05 03:41:52 +02:00
c46d64cb70
[VIM] Change keybindings, remove weird chars, add vim-devicons and goyo 2021-04-05 01:50:31 +02:00
72c569e6a8
VIM: Add markdown support 2021-02-12 17:26:28 +01:00
7793b50ba4
VIM: Coc 2019-11-17 20:12:26 +01:00
5d59520489
[VIM] Remove python-mode 2019-07-21 02:01:28 +02:00
0ef8424920
VIM Plugin: clang
Signed-off-by: Tobias Manske <tobias.manske@mailbox.org>
2018-11-14 23:01:30 +01:00
36d60ed887
VIM: Add vim-syntax-extra
Signed-off-by: Tobias Manske <tobias.manske@mailbox.org>
2018-10-25 09:46:40 +02: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
41aea0ab87
VIM: Remove snippets directory
Snippets are now also managed by vim-plug.
I moved my custom ones to rad4day/vim-custom-snippets

Signed-off-by: Tobias Manske <tobias.manske@mailbox.org>
2018-09-03 08:49:24 +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
976da58de3
VIM: Add nerdtree git tree plugin
This plugin makes it easier to view git changes in nerdtree. Therefor it
is a great addition to my config.

Signed-off-by: Tobias Manske <tobias.manske@mailbox.org>
2018-09-01 12:55:15 +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