Update neovim and kitty to rosepine theme.

This commit is contained in:
2026-03-27 22:44:35 -07:00
parent e3519494f9
commit d76f6d8bf4
9 changed files with 122 additions and 26 deletions

View File

@@ -11,4 +11,4 @@ require 'keymaps'
require 'config.lazy'
require 'config.lsp'
vim.cmd.colorscheme 'catppuccin-mocha'
vim.cmd.colorscheme 'rose-pine'

View File

@@ -1,12 +1,12 @@
{
"catppuccin": { "branch": "main", "commit": "beaf41a30c26fd7d6c386d383155cbd65dd554cd" },
"conform.nvim": { "branch": "master", "commit": "c2526f1cde528a66e086ab1668e996d162c75f4f" },
"conform.nvim": { "branch": "master", "commit": "086a40dc7ed8242c03be9f47fbcee68699cc2395" },
"lazy.nvim": { "branch": "main", "commit": "306a05526ada86a7b30af95c5cc81ffba93fef97" },
"neo-tree.nvim": { "branch": "main", "commit": "f3df514fff2bdd4318127c40470984137f87b62e" },
"neo-tree.nvim": { "branch": "main", "commit": "84c75e7a7e443586f60508d12fc50f90d9aee14e" },
"nui.nvim": { "branch": "main", "commit": "de740991c12411b663994b2860f1a4fd0937c130" },
"nvim-web-devicons": { "branch": "master", "commit": "746ffbb17975ebd6c40142362eee1b0249969c5c" },
"nvim-web-devicons": { "branch": "master", "commit": "d7462543c9e366c0d196c7f67a945eaaf5d99414" },
"plenary.nvim": { "branch": "master", "commit": "b9fd5226c2f76c951fc8ed5923d85e4de065e509" },
"rose-pine": { "branch": "main", "commit": "cf2a288696b03d0934da713d66c6d71557b5c997" },
"telescope-fzf-native.nvim": { "branch": "main", "commit": "6fea601bd2b694c6f2ae08a6c6fab14930c60e2c" },
"telescope.nvim": { "branch": "master", "commit": "a0bbec21143c7bc5f8bb02e0005fa0b982edc026" },
"vimtex": { "branch": "master", "commit": "f707368022cdb851716be0d2970b90599c84a6a6" }
"vimtex": { "branch": "master", "commit": "82d2305ff71dfb3bd91602534cc9bb9a195bcb38" }
}

View File

@@ -23,7 +23,7 @@ require('lazy').setup {
},
-- Configure any other settings here. See the documentation for more details.
-- colorscheme that will be used when installing plugins.
install = { colorscheme = { 'catppuccin-mocha' } },
install = { colorscheme = { 'rose-pine' } },
-- automatically check for plugin updates
checker = { enabled = true, notify = false },
ui = {

View File

@@ -1,3 +0,0 @@
return {
'catppuccin/nvim', name = 'catppuccin', priority = 1000
}

View File

@@ -0,0 +1,3 @@
return {
'rose-pine/neovim', name = 'rose-pine', priority = 1000
}