1
0

Added DBUI, noice, zen-mode and comments. Changed Tokyonight.lua to theme.lua

This commit is contained in:
2024-09-27 21:08:13 +02:00
parent 6825883350
commit 98dd2510c9
12 changed files with 76 additions and 13 deletions

View File

@@ -0,0 +1,11 @@
return {
"folke/noice.nvim",
event = "VeryLazy",
opts = {
},
dependencies = {
"MunifTanjim/nui.nvim",
"rcarriga/nvim-notify",
},
}