Use nvim-lsp-installer for LSP installation

main
Ensar Sarajčić 2022-05-14 17:34:26 +02:00
parent 8eb16cd850
commit 879859bd71
2 changed files with 2 additions and 1 deletions

View File

@ -76,7 +76,7 @@ return require("packer").startup({
-- LSP
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-buffer") -- Buffer source for nvim-cmp
use("hrsh7th/cmp-path") -- Path source for nvim-cmp

View File

@ -3,6 +3,7 @@
-------------------------------------------------------------------------------
local lspconfig = require("lspconfig")
require("nvim-lsp-installer").setup({})
local common_config = require("esensar.lsp.server_config")
-- Language specific LSP config overrides