Remove catpuccin
This commit is contained in:
parent
6296f84aea
commit
44da8a06b6
1 changed files with 2 additions and 5 deletions
7
init.lua
7
init.lua
|
@ -21,10 +21,9 @@ end
|
||||||
vim.opt.rtp:prepend(lazypath)
|
vim.opt.rtp:prepend(lazypath)
|
||||||
|
|
||||||
local plugins = {
|
local plugins = {
|
||||||
{ "catppuccin/nvim", name = "catppuccin", priority = 1000 },
|
|
||||||
{ "rebelot/kanagawa.nvim", name = "kanagawa", priority = 1000 },
|
{ "rebelot/kanagawa.nvim", name = "kanagawa", priority = 1000 },
|
||||||
{
|
{
|
||||||
"nvim-telescope/telescope.nvim", tag = "0.1.6",
|
"nvim-telescope/telescope.nvim", tag = "0.1.8",
|
||||||
dependencies = { "nvim-lua/plenary.nvim" }
|
dependencies = { "nvim-lua/plenary.nvim" }
|
||||||
},
|
},
|
||||||
{ "nvim-treesitter/nvim-treesitter", build = ":TSUpdate" },
|
{ "nvim-treesitter/nvim-treesitter", build = ":TSUpdate" },
|
||||||
|
@ -41,11 +40,9 @@ local plugins = {
|
||||||
},
|
},
|
||||||
{ "hrsh7th/nvim-cmp" },
|
{ "hrsh7th/nvim-cmp" },
|
||||||
}
|
}
|
||||||
local opts = {}
|
|
||||||
|
|
||||||
require("lazy").setup(plugins, opts)
|
require("lazy").setup(plugins, {})
|
||||||
|
|
||||||
--vim.cmd.colorscheme "catppuccin"
|
|
||||||
vim.cmd.colorscheme "kanagawa"
|
vim.cmd.colorscheme "kanagawa"
|
||||||
local builtin = require("telescope.builtin")
|
local builtin = require("telescope.builtin")
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue