diff options
| -rw-r--r-- | lua/user/pack.lua | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lua/user/pack.lua b/lua/user/pack.lua index 65b475b..3ae317e 100644 --- a/lua/user/pack.lua +++ b/lua/user/pack.lua @@ -73,9 +73,6 @@ return packer.startup(function(use) -- Linters/Formatters use({ "jose-elias-alvarez/null-ls.nvim", -- Provides LSP: linters, formatters, diagnostics, code actions and etc... - config = function() - require("null-ls").setup() - end, requires = { "nvim-lua/plenary.nvim" }, }) @@ -125,7 +122,7 @@ return packer.startup(function(use) --use("tpope/vim-obsession") -- --use("tpope/vim-unimpaired") -- --use("vimpostor/vim-tpipeline") -- - use("nathom/filetype.nvim") -- + --use("nathom/filetype.nvim") -- use({"myusuf3/numbers.vim", -- vim.cmd("let g:numbers_exclude = ['dashboard']") }) |
