Use nvim-lsp-installer for LSP installation
parent
8eb16cd850
commit
879859bd71
|
@ -76,7 +76,7 @@ return require("packer").startup({
|
||||||
|
|
||||||
-- LSP
|
-- LSP
|
||||||
use("neovim/nvim-lspconfig") -- Easy LSP Config
|
use("neovim/nvim-lspconfig") -- Easy LSP Config
|
||||||
use("alexaandru/nvim-lspupdate") -- Easy install and update for many LSP servers
|
use("williamboman/nvim-lsp-installer") -- Easy LSP install
|
||||||
use("hrsh7th/cmp-nvim-lsp") -- LSP source for cmp
|
use("hrsh7th/cmp-nvim-lsp") -- LSP source for cmp
|
||||||
use("hrsh7th/cmp-buffer") -- Buffer source for nvim-cmp
|
use("hrsh7th/cmp-buffer") -- Buffer source for nvim-cmp
|
||||||
use("hrsh7th/cmp-path") -- Path source for nvim-cmp
|
use("hrsh7th/cmp-path") -- Path source for nvim-cmp
|
||||||
|
|
|
@ -3,6 +3,7 @@
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
|
|
||||||
local lspconfig = require("lspconfig")
|
local lspconfig = require("lspconfig")
|
||||||
|
require("nvim-lsp-installer").setup({})
|
||||||
local common_config = require("esensar.lsp.server_config")
|
local common_config = require("esensar.lsp.server_config")
|
||||||
|
|
||||||
-- Language specific LSP config overrides
|
-- Language specific LSP config overrides
|
||||||
|
|
Loading…
Reference in New Issue