finally nvim lsp workin!
This commit is contained in:
parent
601be3a2ff
commit
7e32c663ac
6 changed files with 99 additions and 55 deletions
|
@ -5,11 +5,9 @@ return require('packer').startup(function()
|
|||
use {'wbthomason/packer.nvim', opt = true}
|
||||
use { 'kyazdani42/nvim-web-devicons'}
|
||||
use { 'kyazdani42/nvim-tree.lua'}
|
||||
use { 'neoclide/coc.nvim' , branch = 'release'}
|
||||
use { 'nvim-lua/plenary.nvim'}
|
||||
use { 'lewis6991/gitsigns.nvim'}
|
||||
use { 'glepnir/galaxyline.nvim'}
|
||||
use { 'tweekmonster/startuptime.vim'}
|
||||
use { 'akinsho/nvim-bufferline.lua'}
|
||||
use { '907th/vim-auto-save'}
|
||||
use { 'nvim-treesitter/nvim-treesitter'}
|
||||
|
@ -18,4 +16,9 @@ return require('packer').startup(function()
|
|||
use { 'Yggdroot/indentLine'}
|
||||
use { 'ryanoasis/vim-devicons'}
|
||||
use { 'sbdchd/neoformat'}
|
||||
use { 'neovim/nvim-lspconfig'}
|
||||
use { 'hrsh7th/nvim-compe'}
|
||||
use { 'windwp/nvim-autopairs'}
|
||||
use { 'alvan/vim-closetag'}
|
||||
use { 'tweekmonster/startuptime.vim'}
|
||||
end)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue