remove LSP for testing

This commit is contained in:
Benjamin Kyd
2023-02-21 16:56:11 +00:00
parent e70738b041
commit 1dd81f5fc9
4 changed files with 16 additions and 53 deletions

View File

@@ -114,18 +114,14 @@ local packer = require('packer').startup(function(use)
use {
'neovim/nvim-lspconfig',
'williamboman/nvim-lsp-installer',
'hrsh7th/nvim-cmp',
}
-- for LSP autocompletion
use 'hrsh7th/cmp-nvim-lsp'
use 'hrsh7th/cmp-buffer'
use 'hrsh7th/cmp-path'
use 'hrsh7th/cmp-cmdline'
use 'hrsh7th/nvim-cmp'
-- For vsnip users.
use 'hrsh7th/cmp-vsnip'
use 'hrsh7th/vim-vsnip'
---- for LSP autocompletion
--use 'hrsh7th/cmp-nvim-lsp'
--use 'hrsh7th/cmp-buffer'
--use 'hrsh7th/cmp-path'
--use 'hrsh7th/cmp-cmdline'
-- highlight variables under cursor
use 'RRethy/vim-illuminate'