Adding kanagawa as default.

This commit is contained in:
calcu1on 2025-06-19 19:49:19 -04:00
parent 17f72e1552
commit cbce3193f9
3 changed files with 5 additions and 1 deletions

View File

@ -19,7 +19,7 @@ require("lazy").setup("plugins")
-- SET NEOVIM THEME -- -- SET NEOVIM THEME --
vim.o.termguicolors = true vim.o.termguicolors = true
-- vim.cmd "let g:everforest_background = 'hard'" -- vim.cmd "let g:everforest_background = 'hard'"
vim.cmd.colorscheme('nightfox') vim.cmd.colorscheme('kanagawa')
vim.keymap.set("n", "<leader>ct", "<cmd>Telescope colorscheme<CR>") vim.keymap.set("n", "<leader>ct", "<cmd>Telescope colorscheme<CR>")
-- LSP -- -- LSP --

View File

@ -7,6 +7,7 @@
"cmp_luasnip": { "branch": "master", "commit": "98d9cb5c2c38532bd9bdb481067b20fea8f32e90" }, "cmp_luasnip": { "branch": "master", "commit": "98d9cb5c2c38532bd9bdb481067b20fea8f32e90" },
"everforest": { "branch": "master", "commit": "c4bb2ae687ae21938775f436cf213492702a0cf3" }, "everforest": { "branch": "master", "commit": "c4bb2ae687ae21938775f436cf213492702a0cf3" },
"harpoon": { "branch": "harpoon2", "commit": "ed1f853847ffd04b2b61c314865665e1dadf22c7" }, "harpoon": { "branch": "harpoon2", "commit": "ed1f853847ffd04b2b61c314865665e1dadf22c7" },
"kanagawa.nvim": { "branch": "master", "commit": "debe91547d7fb1eef34ce26a5106f277fbfdd109" },
"lazy.nvim": { "branch": "main", "commit": "6c3bda4aca61a13a9c63f1c1d1b16b9d3be90d7a" }, "lazy.nvim": { "branch": "main", "commit": "6c3bda4aca61a13a9c63f1c1d1b16b9d3be90d7a" },
"lspkind.nvim": { "branch": "master", "commit": "d79a1c3299ad0ef94e255d045bed9fa26025dab6" }, "lspkind.nvim": { "branch": "master", "commit": "d79a1c3299ad0ef94e255d045bed9fa26025dab6" },
"lualine.nvim": { "branch": "master", "commit": "a94fc68960665e54408fe37dcf573193c4ce82c9" }, "lualine.nvim": { "branch": "master", "commit": "a94fc68960665e54408fe37dcf573193c4ce82c9" },

3
lua/plugins/kanagawa.lua Normal file
View File

@ -0,0 +1,3 @@
return {
"rebelot/kanagawa.nvim"
}