diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2023-09-29 10:51:39 +0200 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2023-09-29 10:51:39 +0200 |
commit | 5719438ba75a069bc885608652e712855e7bac26 (patch) | |
tree | 7cf7a5fb85c35f8c617f006c1e038a4eb28a0ab7 /lua/user/plugins.lua | |
parent | db757d2dbc0732991998731001e8051be6b305b5 (diff) | |
download | vim-5719438ba75a069bc885608652e712855e7bac26.zip vim-5719438ba75a069bc885608652e712855e7bac26.tar.gz |
remove null-ls and sumneko
Diffstat (limited to 'lua/user/plugins.lua')
-rw-r--r-- | lua/user/plugins.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lua/user/plugins.lua b/lua/user/plugins.lua index c010106..8dc207d 100644 --- a/lua/user/plugins.lua +++ b/lua/user/plugins.lua @@ -81,7 +81,6 @@ return packer.startup(function(use) 'williamboman/mason-lspconfig.nvim', 'neovim/nvim-lspconfig', -- enable LSP 'mfussenegger/nvim-dap', - 'jose-elias-alvarez/null-ls.nvim' -- for formatters and linters } -- Telescope |