From 7e88016d60accae9598cb7b80f373c9e4b70ff57 Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Mon, 10 Jan 2022 22:26:19 +0100 Subject: Add lsp init --- lua/plugins/lsp/init.lua | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 lua/plugins/lsp/init.lua (limited to 'lua/plugins/lsp') diff --git a/lua/plugins/lsp/init.lua b/lua/plugins/lsp/init.lua new file mode 100644 index 0000000..0b8db93 --- /dev/null +++ b/lua/plugins/lsp/init.lua @@ -0,0 +1,9 @@ +-- Loads the LSP module. + +local status_ok, _ = pcall(require, "lspconfig") +if not status_ok then + return +end + +require("plugins.lsp.lsp-installer") +require("plugins.lsp.handlers").setup() -- cgit v1.2.3-70-g09d2