Remove unused color scheme
This commit is contained in:
parent
c28de2b97c
commit
bd0ed35383
1 changed files with 1 additions and 4 deletions
|
@ -21,7 +21,6 @@ end
|
|||
vim.opt.rtp:prepend(lazypath)
|
||||
|
||||
local plugins = {
|
||||
{ "catppuccin/nvim", name = "catppuccin", priority = 1000 },
|
||||
{ "rebelot/kanagawa.nvim", name = "kanagawa", priority = 1000 },
|
||||
{
|
||||
"nvim-telescope/telescope.nvim", tag = "0.1.6",
|
||||
|
@ -41,11 +40,9 @@ local plugins = {
|
|||
},
|
||||
{ "hrsh7th/nvim-cmp" },
|
||||
}
|
||||
local opts = {}
|
||||
|
||||
require("lazy").setup(plugins, opts)
|
||||
require("lazy").setup(plugins, {})
|
||||
|
||||
--vim.cmd.colorscheme "catppuccin"
|
||||
vim.cmd.colorscheme "kanagawa"
|
||||
local builtin = require("telescope.builtin")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue