Commit Graph

16 Commits

Author SHA1 Message Date
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
5cbb3a63c6
VIM: Cleanup
- .vimrc:
        Restructured the settings.
        Moved the Rmarkdown settings to a new config file
        'config/filetypes.vim'

- config/plugin.vim:
        Fixed spacing

- .gitmodules: moved traces.vim down

Signed-off-by: Tobias Manske <tobias.manske@mailbox.org>
2018-09-01 11:22:54 +02:00
b98cc52343
VIM: Cleanup keybindings, add NERDTreeToggle <F4>
The keybindings file was a mess. Cleaned it up and bound NERDTreeToggle
to <F4> in normal mode for easy access. Buffers are now on <F3> in every
mode. This will probably be changed again, depending on how annoying it
is.

Signed-off-by: Tobias Manske <tobias.manske@mailbox.org>
2018-09-01 11:22:53 +02:00
24830b03ec
VIM: Reinstall NERDTree
Nerdtree is a rather slow, but extremely useful plugin. So I made the
decission to reinstall it, but don't launch it on startup but with a
keybinding.

Signed-off-by: Tobias Manske <tobias.manske@mailbox.org>
2018-09-01 11:22:53 +02:00
b705be0c1e
VIM: Remove GoldenView
GoldenView causes several problems with badly written plugins like
traces.vim. The problem manifests in errors occuring due to GoldenView
setting the 'winminwidth' parameter to anything but 0. Traces.vim then
tries to set the winwidth to 1 or 0 and throws errors as vim is
enforcing the 'winminwidth'.
2018-09-01 11:22:53 +02:00
8e90a92cb7
VIM: Several plugin changes
- Removed python-syntax
 - Enabled pymode syntax highlighting
 - Disabled pymode syntax checker (I'm using ALE as a universal checker)
 - Added vim-window-resize-easy
 - Added traces.vim
2018-08-06 23:59:12 +02:00
82b9462fbf
VIM: Gitgutter config 2018-07-15 14:17:09 +02:00
e1268836f8
Rmd config changes, still not working right 2018-05-04 20:32:48 +02:00
d71444fb85
Rmd no strip whitespace, compile on F5 insert mode 2018-05-04 17:18:36 +02:00
439906a6e8
R markdown keybinding F5 2018-05-04 16:53:50 +02:00
f482f452e9
Several changes to vim and i3 2018-04-12 00:42:03 +02:00
0331f6518a
Fixed vim and zsh 2018-04-05 13:06:54 +02:00