This commit is contained in:
2023-05-24 05:22:31 +02:00
parent 262a06776a
commit b933fbe1d9
13 changed files with 277 additions and 25 deletions
+8
View File
@@ -3,6 +3,14 @@
local default_plugins = {
"nvim-lua/plenary.nvim",
{"tpope/vim-fugitive", lazy=false},
{"rbong/vim-flog", lazy=false},
{"tpope/vim-surround", lazy=false},
{"tpope/vim-obsession", lazy=false},
{"preservim/tagbar", lazy=false},
{"ludovicchabant/vim-gutentags", lazy=false},
{"nvim-telescope/telescope-fzf-native.nvim", run="make", lazy=false},
-- nvchad plugins
{ "NvChad/extensions", branch = "v2.0" },