remove unused plugins
This commit is contained in:
@@ -29,7 +29,6 @@ require("packer").startup(function(use)
|
||||
-- Colorschemes go here
|
||||
use({ "folke/tokyonight.nvim" })
|
||||
use({ "sainnhe/edge" })
|
||||
use({ "pineapplegiant/spaceduck" })
|
||||
use({ "sainnhe/gruvbox-material" })
|
||||
use({ "nocksock/bloop-vim" })
|
||||
|
||||
@@ -150,27 +149,6 @@ require("packer").startup(function(use)
|
||||
end,
|
||||
})
|
||||
|
||||
use({
|
||||
"folke/zen-mode.nvim",
|
||||
config = function()
|
||||
require("zen-mode").setup({
|
||||
plugins = {
|
||||
gitsigns = {
|
||||
enabled = true,
|
||||
},
|
||||
kitty = {
|
||||
enabled = true,
|
||||
font = "+4",
|
||||
},
|
||||
twilight = {
|
||||
enabled = true,
|
||||
},
|
||||
},
|
||||
})
|
||||
end,
|
||||
})
|
||||
use({ "folke/twilight.nvim" })
|
||||
|
||||
use({
|
||||
"vuki656/package-info.nvim",
|
||||
config = function()
|
||||
|
||||
Reference in New Issue
Block a user