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

@ -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'
}
}
}