mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-07-31 08:04:53 +02:00
we on .5 now
This commit is contained in:
parent
07c81eaa31
commit
ab0eb1b423
5 changed files with 29 additions and 7 deletions
|
@ -40,8 +40,14 @@ call plug#begin('~/.config/nvim/autoload/plugged')
|
|||
" auto set indent settings
|
||||
Plug 'tpope/vim-sleuth'
|
||||
" Better Syntax Support
|
||||
" Plug 'nvim-treesitter/nvim-treesitter'
|
||||
Plug 'sheerun/vim-polyglot'
|
||||
" Treesitter
|
||||
Plug 'nvim-treesitter/nvim-treesitter'
|
||||
Plug 'nvim-treesitter/nvim-treesitter-refactor'
|
||||
Plug 'nvim-treesitter/nvim-treesitter-textobjects'
|
||||
Plug 'nvim-treesitter/playground'
|
||||
Plug 'romgrk/nvim-treesitter-context'
|
||||
|
||||
" Cool Icons
|
||||
Plug 'ryanoasis/vim-devicons'
|
||||
" Auto pairs for '(' '[' '{'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue