mirror of
https://github.com/mitchell/dotfiles.git
synced 2026-08-10 08:09:35 +00:00
Replace pathogen with vim-plug; Give neovim a chance;
Add keyboard shortcuts for goyo
This commit is contained in:
parent
a369136647
commit
3ac866096d
33 changed files with 2638 additions and 398 deletions
81
.gitmodules
vendored
81
.gitmodules
vendored
|
|
@ -1,81 +0,0 @@
|
|||
[submodule ".vim/bundle/ack.vim"]
|
||||
path = .vim/bundle/ack.vim
|
||||
url = https://github.com/mileszs/ack.vim.git
|
||||
[submodule ".vim/bundle/ale"]
|
||||
path = .vim/bundle/ale
|
||||
url = https://github.com/w0rp/ale.git
|
||||
[submodule ".vim/bundle/dart-vim-plugin"]
|
||||
path = .vim/bundle/dart-vim-plugin
|
||||
url = https://github.com/dart-lang/dart-vim-plugin.git
|
||||
[submodule ".vim/bundle/gruvbox"]
|
||||
path = .vim/bundle/gruvbox
|
||||
url = https://github.com/morhetz/gruvbox.git
|
||||
[submodule ".vim/bundle/lightline.vim"]
|
||||
path = .vim/bundle/lightline.vim
|
||||
url = https://github.com/itchyny/lightline.vim.git
|
||||
[submodule ".vim/bundle/nerdtree"]
|
||||
path = .vim/bundle/nerdtree
|
||||
url = https://github.com/scrooloose/nerdtree.git
|
||||
[submodule ".vim/bundle/tmuxline.vim"]
|
||||
path = .vim/bundle/tmuxline.vim
|
||||
url = https://github.com/edkolev/tmuxline.vim.git
|
||||
[submodule ".vim/bundle/typescript-vim"]
|
||||
path = .vim/bundle/typescript-vim
|
||||
url = https://github.com/leafgarland/typescript-vim.git
|
||||
[submodule ".vim/bundle/vim-elixir"]
|
||||
path = .vim/bundle/vim-elixir
|
||||
url = https://github.com/elixir-editors/vim-elixir.git
|
||||
[submodule ".vim/bundle/vim-endwise"]
|
||||
path = .vim/bundle/vim-endwise
|
||||
url = git://github.com/tpope/vim-endwise.git
|
||||
[submodule ".vim/bundle/vim-fish"]
|
||||
path = .vim/bundle/vim-fish
|
||||
url = https://github.com/dag/vim-fish.git
|
||||
[submodule ".vim/bundle/vim-gitgutter"]
|
||||
path = .vim/bundle/vim-gitgutter
|
||||
url = https://github.com/airblade/vim-gitgutter
|
||||
[submodule ".vim/bundle/vim-go"]
|
||||
path = .vim/bundle/vim-go
|
||||
url = https://github.com/fatih/vim-go
|
||||
[submodule ".vim/bundle/vim-graphql"]
|
||||
path = .vim/bundle/vim-graphql
|
||||
url = https://github.com/jparise/vim-graphql.git
|
||||
[submodule ".vim/bundle/vim-javascript"]
|
||||
path = .vim/bundle/vim-javascript
|
||||
url = https://github.com/pangloss/vim-javascript
|
||||
[submodule ".vim/bundle/vim-pencil"]
|
||||
path = .vim/bundle/vim-pencil
|
||||
url = https://github.com/reedes/vim-pencil.git
|
||||
[submodule ".vim/bundle/vim-ruby"]
|
||||
path = .vim/bundle/vim-ruby
|
||||
url = git://github.com/vim-ruby/vim-ruby.git
|
||||
[submodule ".vim/bundle/vim-surround"]
|
||||
path = .vim/bundle/vim-surround
|
||||
url = https://github.com/tpope/vim-surround
|
||||
[submodule ".vim/bundle/vim-toml"]
|
||||
path = .vim/bundle/vim-toml
|
||||
url = https://github.com/cespare/vim-toml.git
|
||||
[submodule ".vim/bundle/omnisharp-vim"]
|
||||
path = .vim/bundle/omnisharp-vim
|
||||
url = https://github.com/OmniSharp/omnisharp-vim.git
|
||||
[submodule ".vim/bundle/yats.vim"]
|
||||
path = .vim/bundle/yats.vim
|
||||
url = https://github.com/HerringtonDarkholme/yats.vim.git
|
||||
[submodule ".vim/bundle/vim-jsx-pretty"]
|
||||
path = .vim/bundle/vim-jsx-pretty
|
||||
url = https://github.com/MaxMEllon/vim-jsx-pretty.git
|
||||
[submodule ".vim/bundle/goyo.vim"]
|
||||
path = .vim/bundle/goyo.vim
|
||||
url = https://github.com/junegunn/goyo.vim.git
|
||||
[submodule ".vim/bundle/limelight.vim"]
|
||||
path = .vim/bundle/limelight.vim
|
||||
url = https://github.com/junegunn/limelight.vim.git
|
||||
[submodule ".vim/bundle/vimwiki"]
|
||||
path = .vim/bundle/vimwiki
|
||||
url = https://github.com/vimwiki/vimwiki.git
|
||||
[submodule ".vim/bundle/vim-fsharp"]
|
||||
path = .vim/bundle/vim-fsharp
|
||||
url = https://github.com/fsharp/vim-fsharp.git
|
||||
[submodule ".vim/bundle/vim-terraform"]
|
||||
path = .vim/bundle/vim-terraform
|
||||
url = https://github.com/hashivim/vim-terraform.git
|
||||
Loading…
Add table
Add a link
Reference in a new issue