summaryrefslogtreecommitdiff
path: root/lua/user/plugins.lua
diff options
context:
space:
mode:
authorlouie <louie@example.com>2022-07-21 19:47:56 -0700
committerlouie <louie@example.com>2022-07-21 19:47:56 -0700
commitd6c8181f4425d183fbf574b40638bd604db680ba (patch)
tree7386d1408dc806a5c5bd45142e37a56489e773a6 /lua/user/plugins.lua
parentb99944169ec2ee847aedebfcd6473777e3355930 (diff)
Removed null-ls
Diffstat (limited to 'lua/user/plugins.lua')
-rw-r--r--lua/user/plugins.lua1
1 files changed, 0 insertions, 1 deletions
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