moved vim Plugins to git

This commit is contained in:
pg 2022-12-23 12:30:38 +01:00
parent e03884aa2e
commit b348b8a9a7
5 changed files with 7 additions and 2 deletions

View File

@ -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
``` ```

View File

@ -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