themes and lualine

This commit is contained in:
Tawfeeq 2025-04-05 04:01:34 +02:00
parent fd7c1e5092
commit 9f9d663f0b
8 changed files with 39 additions and 21 deletions

View file

@ -0,0 +1 @@
return { 'qaptoR-nvim/chocolatier.nvim' }

View file

@ -2,4 +2,14 @@
-- I promise not to create any merge conflicts in this directory :)
--
-- See the kickstart.nvim README for more information
return {}
return {
{
'folke/noice.nvim',
event = 'VeryLazy',
opts = {},
dependencies = {
'MunifTanjim/nui.nvim',
'rcarriga/nvim-notify'
}
}
}

View file

@ -0,0 +1 @@
return { 'rktjmp/lush.nvim' }

View file

@ -0,0 +1 @@
return { 'sample-usr/rakis.nvim' }

View file

@ -0,0 +1,4 @@
return { 'anAcc22/sakura.nvim', config = function ()
vim.opt.background = 'dark'
end }

View file

@ -0,0 +1,2 @@
return { 'vague2k/vague.nvim' }