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,14 @@
return {
{
'ThePrimeagen/git-worktree.nvim',
dependencies = {
'nvim-telescope/telescope.nvim',
},
opts = {},
init = function ()
require("git-worktree").setup()
require("telescope").load_extension("git_worktree")
end
}
}