mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-04 01:55:08 +02:00
auto push
This commit is contained in:
parent
b2cb147f7a
commit
b98a4a0f6d
8 changed files with 46 additions and 28 deletions
|
@ -10,8 +10,6 @@ call plug#begin('~/.config/nvim/autoload/plugged')
|
|||
|
||||
" Better Syntax Support
|
||||
Plug 'sheerun/vim-polyglot'
|
||||
" File Explorer
|
||||
Plug 'scrooloose/NERDTree'
|
||||
" Auto pairs for '(' '[' '{'
|
||||
Plug 'jiangmiao/auto-pairs'
|
||||
" Themes
|
||||
|
@ -22,6 +20,9 @@ call plug#begin('~/.config/nvim/autoload/plugged')
|
|||
" Status Line
|
||||
Plug 'vim-airline/vim-airline'
|
||||
Plug 'vim-airline/vim-airline-themes'
|
||||
" Ranger
|
||||
Plug 'kevinhwang91/rnvimr', {'do': 'make sync'}
|
||||
|
||||
|
||||
|
||||
call plug#end()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue