disable language server support
This commit is contained in:
@ -1,11 +1,11 @@
|
||||
return require('packer').startup(function(use)
|
||||
use 'wbthomason/packer.nvim'
|
||||
use 'williamboman/mason.nvim'
|
||||
use 'williamboman/mason-lspconfig.nvim'
|
||||
use 'neovim/nvim-lspconfig'
|
||||
-- use 'williamboman/mason.nvim'
|
||||
-- use 'williamboman/mason-lspconfig.nvim'
|
||||
-- use 'neovim/nvim-lspconfig'
|
||||
use 'hrsh7th/nvim-cmp'
|
||||
use 'hrsh7th/cmp-nvim-lsp'
|
||||
use 'hrsh7th/cmp-nvim-lsp-signature-help'
|
||||
-- use 'hrsh7th/cmp-nvim-lsp'
|
||||
-- use 'hrsh7th/cmp-nvim-lsp-signature-help'
|
||||
use 'hrsh7th/cmp-path'
|
||||
use 'hrsh7th/cmp-buffer'
|
||||
use 'nvim-tree/nvim-tree.lua'
|
||||
|
Reference in New Issue
Block a user