From a9f3e7f837775601941c51abfcde7eb9ca708241 Mon Sep 17 00:00:00 2001 From: christianchiarulli Date: Sun, 2 Jan 2022 14:28:26 -0500 Subject: [PATCH] remove plugin --- lua/user/plugins.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/lua/user/plugins.lua b/lua/user/plugins.lua index 614545c..0035ad8 100644 --- a/lua/user/plugins.lua +++ b/lua/user/plugins.lua @@ -70,7 +70,6 @@ return packer.startup(function(use) -- LSP use "neovim/nvim-lspconfig" -- enable LSP use "williamboman/nvim-lsp-installer" -- simple to use language server installer - use "tamago324/nlsp-settings.nvim" -- language server settings defined in json for use "jose-elias-alvarez/null-ls.nvim" -- for formatters and linters -- Telescope