mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
feat(colorscheme): Move to Catppuccin Mocha
This commit is contained in:
parent
49693c7657
commit
9fd7f68a47
17 changed files with 1583 additions and 94 deletions
|
|
@ -1 +1 @@
|
|||
vim.cmd.colorscheme("kanagawa")
|
||||
vim.cmd.colorscheme("catppuccin-mocha")
|
||||
|
|
|
|||
|
|
@ -7,4 +7,14 @@ return {
|
|||
require("mini.pairs").setup()
|
||||
end,
|
||||
},
|
||||
{
|
||||
"kylechui/nvim-surround",
|
||||
version = "*", -- Use for stability; omit to use `main` branch for the latest features
|
||||
event = "VeryLazy",
|
||||
config = function()
|
||||
require("nvim-surround").setup({
|
||||
-- Configuration here, or leave empty to use defaults
|
||||
})
|
||||
end,
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue