chore(nvim): cleanup unused

main
sudo pacman -Syu 2023-10-29 01:01:56 +07:00
parent 7dbbc29b3b
commit f22e4b481a
1 changed files with 0 additions and 97 deletions

View File

@ -123,103 +123,6 @@ require("lazy").setup({
enabled = true,
},
-- https://github.com/nyoom-engineering/oxocarbon.nvim
{
"nyoom-engineering/oxocarbon.nvim",
lazy = false,
priority = 1000,
config = function()
vim.cmd("colorscheme oxocarbon")
end,
enabled = false,
},
-- https://github.com/projekt0n/github-nvim-theme
{
"projekt0n/github-nvim-theme",
lazy = false,
priority = 1000,
config = function()
require("github-theme").setup({})
vim.cmd("colorscheme github_dark")
end,
enabled = false,
},
-- https://github.com/projekt0n/caret.nvim
{
"projekt0n/caret.nvim",
lazy = false,
priority = 1000,
config = function()
require("caret").setup({
options = {
transparent = true,
},
})
vim.cmd("colorscheme caret")
end,
enabled = false,
},
-- https://github.com/folke/tokyonight.nvim
{
"folke/tokyonight.nvim",
lazy = false,
priority = 1000,
config = function()
require("tokyonight").setup({
transparent = true,
})
vim.cmd("colorscheme tokyonight")
end,
enabled = false,
},
{
"rebelot/kanagawa.nvim",
lazy = false,
priority = 1000,
config = function()
require("kanagawa").setup({
theme = "lotus",
})
vim.cmd("colorscheme kanagawa")
end,
enabled = false,
},
-- https://github.com/rose-pine/neovim
{
"rose-pine/neovim",
name = "rose-pine",
lazy = false,
priority = 1000,
config = function()
require("rose-pine").setup({})
vim.cmd("colorscheme rose-pine")
end,
enabled = false,
},
-- https://github.com/ramojus/mellifluous.nvim
{
"ramojus/mellifluous.nvim",
lazy = false,
priority = 1000,
config = function()
require("mellifluous").setup({})
vim.cmd("colorscheme mellifluous")
end,
enabled = false,
},
-- https://github.com/ibhagwan/fzf-lua
{
"ibhagwan/fzf-lua",