remove pathogen, remove vim-fish, add rainbow

master
Thomas Lindner 2021-09-04 16:01:24 +02:00
parent 7712c4c993
commit 103c8022a6
15 changed files with 16 additions and 22 deletions

19
.gitmodules vendored
View File

@ -1,21 +1,18 @@
[submodule "bundle/vim-pathogen"]
path = bundle/vim-pathogen
url = https://github.com/tpope/vim-pathogen.git
[submodule "bundle/vim-sensible"]
path = bundle/vim-sensible
path = pack/default/start/vim-sensible
url = https://github.com/tpope/vim-sensible.git
[submodule "bundle/vim-bracketed-paste"]
path = bundle/vim-bracketed-paste
path = pack/default/start/vim-bracketed-paste
url = https://github.com/ConradIrwin/vim-bracketed-paste.git
[submodule "bundle/vim-fish"]
path = bundle/vim-fish
url = https://github.com/dag/vim-fish
[submodule "bundle/vim-flake8"]
path = bundle/vim-flake8
path = pack/default/start/vim-flake8
url = https://github.com/nvie/vim-flake8
[submodule "bundle/rust.vim"]
path = bundle/rust.vim
path = pack/default/start/rust.vim
url = https://github.com/rust-lang/rust.vim.git
[submodule "bundle/editorconfig-vim"]
path = bundle/editorconfig-vim
path = pack/default/start/editorconfig-vim
url = https://github.com/editorconfig/editorconfig-vim
[submodule "pack/default/start/rainbow"]
path = pack/default/start/rainbow
url = https://github.com/luochen1990/rainbow

@ -1 +0,0 @@
Subproject commit e96ecb8f863d6d1564b876e799eb7bd75e8181bc

@ -1 +0,0 @@
Subproject commit 2fa3e213e713d981633ed7db4483296055a20bea

@ -1 +0,0 @@
Subproject commit 36779ba3b1af4b81fcba7b83095afe794a07b71a

@ -1 +0,0 @@
Subproject commit 825853f4816a07e59ea2ecee1190ab6a5d9ef991

@ -1 +0,0 @@
Subproject commit 21bc78d9a3a17653dd5ea1f6a6c92445d23b215b

@ -1 +0,0 @@
Subproject commit b4174e4d1a16e7f0c5c6dfca923269a20a9f50c2

@ -1 +0,0 @@
Subproject commit 26f8783e08efef27fc01e0df6465b8f94c8bf270

@ -0,0 +1 @@
Subproject commit 3078cd10b28904e57d878c0d0dab42aa0a9fdc89

@ -0,0 +1 @@
Subproject commit 4d15633cdaf61602e1d9fd216a77fc02e0881b2d

@ -0,0 +1 @@
Subproject commit 7505d5b7f66a163209a181dff327b57d592da7c2

@ -0,0 +1 @@
Subproject commit c4c639f3cacd1b874ed6f5f196fac772e089c932

@ -0,0 +1 @@
Subproject commit ddceec6c457fd59bc2a9321cbf817e42aa4bfd86

@ -0,0 +1 @@
Subproject commit 2d9f34c09f548ed4df213389caa2882bfe56db58

6
vimrc
View File

@ -1,8 +1,6 @@
set sts=4 sw=4 et
set sts=2 sw=2 et
set guioptions-=m
set guioptions-=T
runtime bundle/vim-pathogen/autoload/pathogen.vim
execute pathogen#infect()
let g:rainbow_active = 1 "doesn't work? why?
autocmd BufWritePost *.py call Flake8()