disable language server support
This commit is contained in:
2
init.lua
2
init.lua
@ -1,7 +1,7 @@
|
|||||||
vim.api.nvim_exec ('language en_US', true)
|
vim.api.nvim_exec ('language en_US', true)
|
||||||
|
|
||||||
require('plugins')
|
require('plugins')
|
||||||
require('mason-config')
|
-- require('mason-config')
|
||||||
require('code-completion')
|
require('code-completion')
|
||||||
require('file-explorer')
|
require('file-explorer')
|
||||||
require('mappings')
|
require('mappings')
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
return require('packer').startup(function(use)
|
return require('packer').startup(function(use)
|
||||||
use 'wbthomason/packer.nvim'
|
use 'wbthomason/packer.nvim'
|
||||||
use 'williamboman/mason.nvim'
|
-- use 'williamboman/mason.nvim'
|
||||||
use 'williamboman/mason-lspconfig.nvim'
|
-- use 'williamboman/mason-lspconfig.nvim'
|
||||||
use 'neovim/nvim-lspconfig'
|
-- use 'neovim/nvim-lspconfig'
|
||||||
use 'hrsh7th/nvim-cmp'
|
use 'hrsh7th/nvim-cmp'
|
||||||
use 'hrsh7th/cmp-nvim-lsp'
|
-- use 'hrsh7th/cmp-nvim-lsp'
|
||||||
use 'hrsh7th/cmp-nvim-lsp-signature-help'
|
-- use 'hrsh7th/cmp-nvim-lsp-signature-help'
|
||||||
use 'hrsh7th/cmp-path'
|
use 'hrsh7th/cmp-path'
|
||||||
use 'hrsh7th/cmp-buffer'
|
use 'hrsh7th/cmp-buffer'
|
||||||
use 'nvim-tree/nvim-tree.lua'
|
use 'nvim-tree/nvim-tree.lua'
|
||||||
|
Reference in New Issue
Block a user