mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-07-12 10:24:43 +02:00
add support LspInstall where possible
This commit is contained in:
parent
36e9fdf69e
commit
f52a6870a7
13 changed files with 67 additions and 36 deletions
|
@ -44,11 +44,13 @@ return require('packer').startup(function(use)
|
|||
use 'ChristianChiarulli/java-snippets'
|
||||
use 'ChristianChiarulli/python-snippets'
|
||||
|
||||
|
||||
-- Treesitter
|
||||
use {'nvim-treesitter/nvim-treesitter', run = ':TSUpdate'}
|
||||
use 'nvim-treesitter/nvim-treesitter-refactor'
|
||||
use 'nvim-treesitter/playground'
|
||||
use 'p00f/nvim-ts-rainbow'
|
||||
use { 'lukas-reineke/indent-blankline.nvim', branch = 'lua'}
|
||||
|
||||
-- Icons
|
||||
use 'kyazdani42/nvim-web-devicons'
|
||||
|
@ -113,10 +115,8 @@ return require('packer').startup(function(use)
|
|||
use 'junegunn/goyo.vim'
|
||||
use 'andymass/vim-matchup'
|
||||
use 'windwp/nvim-autopairs'
|
||||
use 'blackcauldron7/surround.nvim'
|
||||
|
||||
-- TODO put this back when stable for indent lines
|
||||
use { 'lukas-reineke/indent-blankline.nvim', branch = 'lua'}
|
||||
-- vim.g.indent_blankline_space_char = ''
|
||||
-- use 'b3nj5m1n/kommentary'
|
||||
-- use {
|
||||
|
@ -129,7 +129,12 @@ return require('packer').startup(function(use)
|
|||
-- use 'mhinz/vim-startify'
|
||||
-- use 'cstrap/python-snippets'
|
||||
-- use 'ylcnfrht/vscode-python-snippet-pack'
|
||||
-- use 'SirVer/ultisnips'
|
||||
-- use 'norcalli/snippets.nvim'
|
||||
-- use {'akinsho/nvim-bufferline.lua', requires = 'kyazdani42/nvim-web-devicons'}
|
||||
-- use 'SirVer/ultisnips'
|
||||
-- use 'honza/vim-snippets'
|
||||
-- vim.g.UltiSnipsExpandTrigger="<CR>"
|
||||
-- vim.g.UltiSnipsJumpForwardTrigger="<Tab>"
|
||||
-- vim.g.UltiSnipsJumpBackwardTrigger="<S-Tab>"
|
||||
-- use 'blackcauldron7/surround.nvim'
|
||||
end)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue