- .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>
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>
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'.