mirror of
https://github.com/Phantop/dotfiles
synced 2024-11-27 09:03:17 +00:00
Neovim: Switch back to vim-plug
This commit is contained in:
parent
f5bf7e808a
commit
37fc9b831c
|
@ -1 +0,0 @@
|
|||
Subproject commit 435a072181d38ad05d92dfe9dcaa7f14d16de792
|
|
@ -1 +0,0 @@
|
|||
Subproject commit 2e773fd8c7548526853fff6ee2e642eafbbe3d04
|
|
@ -1 +0,0 @@
|
|||
Subproject commit 280ea09f278d7301910e7b6abefccd75400bec0b
|
|
@ -1 +0,0 @@
|
|||
Subproject commit 9b856347b905dc616baf02b48d7631bc3084726e
|
|
@ -1 +0,0 @@
|
|||
Subproject commit b648a200a360a7bda919135e82b751a5b78f20cf
|
|
@ -1 +0,0 @@
|
|||
Subproject commit 06b7b17578df26d853afe17f38e0e711a8fb094c
|
|
@ -1 +0,0 @@
|
|||
Subproject commit 47648734706fb2cd0e4d4350f12157d1e5f4c465
|
|
@ -1 +0,0 @@
|
|||
Subproject commit 7513f256aa1d59b6a749cefe5ac505375b1b8a6a
|
|
@ -1 +0,0 @@
|
|||
Subproject commit 339091ac4dd1f17e225fe7d57b48aff55f99b23a
|
|
@ -1 +0,0 @@
|
|||
Subproject commit 0c826f1eb31f68648fa82cb25ed06031dc846a44
|
|
@ -1 +0,0 @@
|
|||
Subproject commit 4ab2b2c05ad6b1ebc87aad294d107179505b6b51
|
|
@ -1 +0,0 @@
|
|||
Subproject commit 86e73cade71651263715f21e58eed87cfed4518e
|
|
@ -1 +0,0 @@
|
|||
Subproject commit 141d9d32a9fb58fe474fcc89cd7221eb2dd57b3a
|
|
@ -1 +0,0 @@
|
|||
Subproject commit 85e90c9759e14633d878ed534ef313876ab96555
|
|
@ -1 +0,0 @@
|
|||
Subproject commit bd0b87d36ad80e8acd94f22028d15ebb441b1c28
|
|
@ -1 +0,0 @@
|
|||
Subproject commit 7eeea63e62b1cc088a75c7a7c244fc774d82e5bb
|
|
@ -1 +0,0 @@
|
|||
Subproject commit f1ab2c565120c6b06c915d876fbe018127e1160f
|
|
@ -1 +0,0 @@
|
|||
Subproject commit 895a407d829ddf73c89a131c71ddd81b38fd5ebc
|
|
@ -1 +0,0 @@
|
|||
Subproject commit 43d2678fa59d068c815d8298331c195e850ff5a7
|
|
@ -1 +0,0 @@
|
|||
Subproject commit 8db5a732eff08c796de188a52e7af66b99a8b9f2
|
|
@ -1 +0,0 @@
|
|||
Subproject commit ca58a2d886cc18734c90c9665da4775d444b0c04
|
|
@ -1 +0,0 @@
|
|||
Subproject commit cc1eab38cca26fd1e387df5ce78e6f1e51aed8f4
|
|
@ -1,3 +1,28 @@
|
|||
call plug#begin('~/.local/share/nvim/plugged')
|
||||
Plug 'airblade/vim-gitgutter'
|
||||
Plug 'ajh17/vimcompletesme'
|
||||
Plug 'ctrlpvim/ctrlp.vim'
|
||||
Plug 'dracula/vim'
|
||||
Plug 'easymotion/vim-easymotion'
|
||||
Plug 'fidian/hexmode'
|
||||
Plug 'godlygeek/tabular'
|
||||
Plug 'koirand/tokyo-metro.vim'
|
||||
Plug 'pedrosans/vim-misc'
|
||||
Plug 'pedrosans/vim-notes'
|
||||
Plug 'RobertAudi/fish.vim'
|
||||
Plug 'scrooloose/nerdtree'
|
||||
Plug 'Shougo/denite.nvim'
|
||||
Plug 'tpope/vim-commentary'
|
||||
Plug 'tpope/vim-fugitive'
|
||||
Plug 'tpope/vim-repeat'
|
||||
Plug 'tpope/vim-sensible'
|
||||
Plug 'tpope/vim-surround'
|
||||
Plug 'vim-airline/vim-airline'
|
||||
Plug 'w0rp/ale'
|
||||
Plug 'wincent/terminus'
|
||||
Plug 'Yggdroot/indentLine'
|
||||
call plug#end()
|
||||
|
||||
se number
|
||||
se ruler
|
||||
se nowrap
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
../../bundle
|
66
.gitmodules
vendored
66
.gitmodules
vendored
|
@ -1,66 +0,0 @@
|
|||
[submodule ".config/nvim/bundle/ale"]
|
||||
path = .config/nvim/bundle/ale
|
||||
url = https://github.com/w0rp/ale.git
|
||||
[submodule ".config/nvim/bundle/ctrlp.vim"]
|
||||
path = .config/nvim/bundle/ctrlp.vim
|
||||
url = https://github.com/ctrlpvim/ctrlp.vim.git
|
||||
[submodule ".config/nvim/bundle/fish.vim"]
|
||||
path = .config/nvim/bundle/fish.vim
|
||||
url = https://github.com/RobertAudi/fish.vim.git
|
||||
[submodule ".config/nvim/bundle/indentLine"]
|
||||
path = .config/nvim/bundle/indentLine
|
||||
url = https://github.com/Yggdroot/indentLine.git
|
||||
[submodule ".config/nvim/bundle/nerdtree"]
|
||||
path = .config/nvim/bundle/nerdtree
|
||||
url = https://github.com/scrooloose/nerdtree.git
|
||||
[submodule ".config/nvim/bundle/tabular"]
|
||||
path = .config/nvim/bundle/tabular
|
||||
url = https://github.com/godlygeek/tabular.git
|
||||
[submodule ".config/nvim/bundle/terminus"]
|
||||
path = .config/nvim/bundle/terminus
|
||||
url = https://github.com/wincent/terminus.git
|
||||
[submodule ".config/nvim/bundle/tokyo-metro.vim"]
|
||||
path = .config/nvim/bundle/tokyo-metro.vim
|
||||
url = https://github.com/koirand/tokyo-metro.vim.git
|
||||
[submodule ".config/nvim/bundle/vim-vim-airline"]
|
||||
path = .config/nvim/bundle/vim-airline
|
||||
url = https://github.com/vim-airline/vim-airline.git
|
||||
[submodule ".config/nvim/bundle/vim-commentary"]
|
||||
path = .config/nvim/bundle/vim-commentary
|
||||
url = https://github.com/tpope/vim-commentary.git
|
||||
[submodule ".config/nvim/bundle/vim-fugitive"]
|
||||
path = .config/nvim/bundle/vim-fugitive
|
||||
url = https://github.com/tpope/vim-fugitive.git
|
||||
[submodule ".config/nvim/bundle/vim-gitgutter"]
|
||||
path = .config/nvim/bundle/vim-gitgutter
|
||||
url = https://github.com/airblade/vim-gitgutter.git
|
||||
[submodule ".config/nvim/bundle/vim-repeat"]
|
||||
path = .config/nvim/bundle/vim-repeat
|
||||
url = https://github.com/tpope/vim-repeat.git
|
||||
[submodule ".config/nvim/bundle/vim-sensible"]
|
||||
path = .config/nvim/bundle/vim-sensible
|
||||
url = https://github.com/tpope/vim-sensible.git
|
||||
[submodule ".config/nvim/bundle/vim-surround"]
|
||||
path = .config/nvim/bundle/vim-surround
|
||||
url = https://github.com/tpope/vim-surround.git
|
||||
[submodule ".config/nvim/bundle/vimcompletesme"]
|
||||
path = .config/nvim/bundle/vimcompletesme
|
||||
url = https://github.com/ajh17/vimcompletesme.git
|
||||
[submodule ".config/nvim/bundle/dracula"]
|
||||
path = .config/nvim/bundle/dracula
|
||||
url = https://github.com/dracula/vim.git
|
||||
[submodule ".config/nvim/bundle/vim-easymotion"]
|
||||
path = .config/nvim/bundle/vim-easymotion
|
||||
url = https://github.com/easymotion/vim-easymotion.git
|
||||
[submodule ".config/nvim/bundle/denite.nvim"]
|
||||
path = .config/nvim/bundle/denite.nvim
|
||||
url = https://github.com/Shougo/denite.nvim.git
|
||||
[submodule ".config/nvim/bundle/hexmode"]
|
||||
path = .config/nvim/bundle/hexmode
|
||||
url = https://github.com/fidian/hexmode.git
|
||||
[submodule ".config/nvim/bundle/vim-notes"]
|
||||
path = .config/nvim/bundle/vim-notes
|
||||
url = https://github.com/pedrosans/vim-notes.git
|
||||
[submodule ".config/nvim/bundle/vim-misc"]
|
||||
path = .config/nvim/bundle/vim-misc
|
||||
url = https://github.com/pedrosans/vim-misc.git
|
Loading…
Reference in a new issue