moved vim Plugins to git
This commit is contained in:
parent
e03884aa2e
commit
b348b8a9a7
|
|
@ -13,6 +13,8 @@ git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
|
||||||
ln .tmux.conf ~/.tmux.conf
|
ln .tmux.conf ~/.tmux.conf
|
||||||
tmux source ~/.tmux.conf
|
tmux source ~/.tmux.conf
|
||||||
ln -s ~/.pgr-linux-defaults/nvim/ ~/.config/nvim
|
ln -s ~/.pgr-linux-defaults/nvim/ ~/.config/nvim
|
||||||
|
mkdir ~/.local/share/nvim
|
||||||
|
ln -s ~/.pgr-linux-defaults/nvim_plugins/ ~/.local/share/nvim/plugged
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ call plug#begin()
|
||||||
"LSP
|
"LSP
|
||||||
|
|
||||||
"YAML
|
"YAML
|
||||||
Plug 'someone-stole-my-name/yaml-companion.nvim'
|
"Plug 'someone-stole-my-name/yaml-companion.nvim'
|
||||||
|
|
||||||
"Treesitter
|
"Treesitter
|
||||||
Plug 'nvim-treesitter/nvim-treesitter', {'do': ':TSUpdate'}
|
Plug 'nvim-treesitter/nvim-treesitter', {'do': ':TSUpdate'}
|
||||||
|
|
@ -14,7 +14,7 @@ Plug 'NvChad/nvim-colorizer.lua'
|
||||||
Plug 'Mofiqul/dracula.nvim'
|
Plug 'Mofiqul/dracula.nvim'
|
||||||
|
|
||||||
"Jinja2
|
"Jinja2
|
||||||
Plug 'https://github.com/lepture/vim-jinja'
|
"Plug 'https://github.com/lepture/vim-jinja'
|
||||||
|
|
||||||
call plug#end()
|
call plug#end()
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 1ee6072c6638de86abc9aef43ac315fd7eede6aa
|
||||||
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 760e27df4dd966607e8fb7fd8b6b93e3c7d2e193
|
||||||
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 0b00eb4b826bde517e87a0993bdb8409435b2378
|
||||||
Loading…
Reference in New Issue