diff options
author | Jonas Gunz <himself@jonasgunz.de> | 2021-04-11 13:50:53 +0200 |
---|---|---|
committer | Jonas Gunz <himself@jonasgunz.de> | 2021-04-11 13:50:53 +0200 |
commit | 01ff1d79200e94488afd82e9d2a1d6215b6b8a02 (patch) | |
tree | b2aa826d3613ddf57823927fa42778b4ab480f17 | |
parent | 0d7c827359dd35d0069532a829b6728b3ca84ad4 (diff) | |
download | dotfiles-01ff1d79200e94488afd82e9d2a1d6215b6b8a02.tar.gz |
vim: rainbow
-rw-r--r-- | .gitmodules | 3 | ||||
m--------- | .vim/bundle/rainbow | 0 | ||||
-rw-r--r-- | .vim/vimrc | 2 |
3 files changed, 5 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index ad9da04..0094b27 100644 --- a/.gitmodules +++ b/.gitmodules @@ -31,3 +31,6 @@ [submodule ".vim/bundle/icinga2.vim"] path = .vim/bundle/icinga2.vim url = https://github.com/crazy-canux/icinga2.vim.git +[submodule ".vim/bundle/rainbow"] + path = .vim/bundle/rainbow + url = https://github.com/luochen1990/rainbow diff --git a/.vim/bundle/rainbow b/.vim/bundle/rainbow new file mode 160000 +Subproject 4d15633cdaf61602e1d9fd216a77fc02e0881b2 @@ -17,6 +17,8 @@ let g:airline_powerline_fonts = 1 let g:completor_clang_binary = '/usr/bin/clang' +let g:rainbow_active = 1 + "All things cursor set guicursor+=a:blinkon0 "disable blinking if &term =~ "xterm\\|rxvt" |