This commit is contained in:
2026-02-06 13:38:25 -06:00
parent e1a0c21a6e
commit 4126124208
8 changed files with 71 additions and 15 deletions

13
lua/plugins/theme.lua Normal file
View File

@@ -0,0 +1,13 @@
return {
{
"folke/tokyonight.nvim",
lazy = false,
priority = 1000,
opts = {},
},
{
'akinsho/bufferline.nvim',
version = "*",
dependencies = 'nvim-tree/nvim-web-devicons'
}
}