17 Commits

Author SHA1 Message Date
5a9f42ab2d Remove idea config 2022-03-26 23:23:20 +01:00
62b1670643 idea settings 2021-02-23 23:16:43 +01:00
11ce631616 Update zimrc. Feels weird. So much changed, my config seems to be broken 2021-02-09 01:34:34 +01:00
d3c74b214d Fix Dotfiles
Signed-off-by: Tobias Manske <tobias.manske@mailbox.org>
2019-02-10 10:38:12 +01:00
f0131856b1 ZSH: Remove zsh folder
At the moment I don't receive any zimfw updates, as it is not registered
as a submodule. This commit changes that. Therefore I'm able to receive
patches again.

Signed-off-by: Tobias Manske <tobias.manske@mailbox.org>
2018-09-02 07:37:10 +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
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
2f332dc09c VIM: Install ansible-vim 2018-07-18 15:01:23 +02:00
fe8c5889ca FIX: gitgutter 2018-07-16 16:56:25 +02:00
b68cc36157 VIM: fzf support 2018-07-15 14:49:03 +02:00
10d75372e1 VIM: Added gitgutter to have diff symbols in the left column 2018-07-15 13:56:18 +02:00
f482f452e9 Several changes to vim and i3 2018-04-12 00:42:03 +02:00
0180550784 mhm 2018-04-05 14:08:05 +02:00
8bad08aa4e Centralization 2018-04-05 12:34:27 +02:00