From 77cdf208765ad351e48724ed5ad57e55703eca61 Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Tue, 5 Oct 2021 08:46:35 +0200 Subject: Add major update to LSP from lunarvim --- .config/nvim/lua/core/lspinstall.lua | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 .config/nvim/lua/core/lspinstall.lua (limited to '.config/nvim/lua/core/lspinstall.lua') diff --git a/.config/nvim/lua/core/lspinstall.lua b/.config/nvim/lua/core/lspinstall.lua deleted file mode 100644 index 79c7502..0000000 --- a/.config/nvim/lua/core/lspinstall.lua +++ /dev/null @@ -1,19 +0,0 @@ -local M = {} - -M.config = function() - options.builtin.lspinstall = { - active = true, - on_config_done = nil, - } -end - -M.setup = function() - local lspinstall = require "lspinstall" - lspinstall.setup() - - if options.builtin.lspinstall.on_config_done then - options.builtin.lspinstall.on_config_done(lspinstall) - end -end - -return M -- cgit v1.2.3-70-g09d2