Commit Graph

8 Commits

Author SHA1 Message Date
deltax
511d75639a Stop annoying sound on errors
- no annoying sound on errors
- ignore .git folder
2018-10-25 00:01:26 +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
88587d84b6
VIM: natural splitting 2018-08-28 23:24:09 +02:00
4327bb4562
Changed VIM Colorscheme 2018-07-15 08:31:33 +02:00
e1268836f8
Rmd config changes, still not working right 2018-05-04 20:32:48 +02:00
7cb2945ef1
R markdown vimrc 2018-05-04 16:41:58 +02:00
0331f6518a
Fixed vim and zsh 2018-04-05 13:06:54 +02:00