remove stupid stuff

This commit is contained in:
c 2022-12-22 22:31:07 -06:00
parent 02e5ebe02b
commit cd707cf34e
1 changed files with 0 additions and 15 deletions

View File

@ -100,21 +100,6 @@ return require('packer').startup(function(use)
end
}
-- mason - manager for lsp, dap, linter
use { "williamboman/mason.nvim" }
-- Tree
use {
"nvim-neo-tree/neo-tree.nvim",
branch = "v2.x",
requires = {
"nvim-lua/plenary.nvim",
"nvim-tree/nvim-web-devicons", -- not strictly required, but recommended
"MunifTanjim/nui.nvim",
}
}
end
)