Minor fix

This commit is contained in:
js0ny 2025-03-04 23:23:28 +00:00
parent 9748e4c828
commit 59cd198cfc
6 changed files with 102 additions and 39 deletions

View file

@ -4,7 +4,7 @@ return {
"catppuccin/nvim",
name = "catppuccin",
opts = {
floavor = "auto",
flavor = "auto",
background = {
light = "latte",
dark = "mocha",
@ -14,7 +14,13 @@ return {
},
},
},
{
"rose-pine/neovim",
name = "rose-pine",
opts = {
variant = "dawn",
},
},
{ "olimorris/onedarkpro.nvim" },
{ "rebelot/kanagawa.nvim" },
-- Highlight objects under the cursor
@ -85,4 +91,19 @@ return {
opts = {},
dependencies = { "nvim-lua/plenary.nvim" },
},
{
"folke/noice.nvim",
event = "VeryLazy",
opts = {
-- add any options here
},
dependencies = {
-- if you lazy-load any plugin below, make sure to add proper `module="..."` entries
"MunifTanjim/nui.nvim",
-- OPTIONAL:
-- `nvim-notify` is only needed, if you want to use the notification view.
-- If not available, we use `mini` as the fallback
"rcarriga/nvim-notify",
},
},
}