From d6c8181f4425d183fbf574b40638bd604db680ba Mon Sep 17 00:00:00 2001 From: louie Date: Thu, 21 Jul 2022 19:47:56 -0700 Subject: Removed null-ls --- lua/user/plugins.lua | 1 - 1 file changed, 1 deletion(-) (limited to 'lua/user/plugins.lua') diff --git a/lua/user/plugins.lua b/lua/user/plugins.lua index 7d59dec..4f4eaa1 100644 --- a/lua/user/plugins.lua +++ b/lua/user/plugins.lua @@ -30,7 +30,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 "jose-elias-alvarez/null-ls.nvim" -- for formatters and linters -- TreeSitter -- cgit