This commit is contained in:
2026-06-03 05:23:07 +02:00
commit a67da8c917
102 changed files with 9238 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
return {
"nvim-lua/plenary.nvim",
"nvim-tree/nvim-web-devicons",
"hrsh7th/nvim-cmp",
"hrsh7th/cmp-nvim-lsp",
"hrsh7th/cmp-path",
"hrsh7th/cmp-buffer",
"nvim-telescope/telescope.nvim",
{ "ThePrimeagen/harpoon", branch = "harpoon2" },
"folke/tokyonight.nvim",
"nvim-lualine/lualine.nvim",
"brenoprata10/nvim-highlight-colors",
"tpope/vim-fugitive",
"mbbill/undotree",
"ojroques/vim-oscyank",
"captbaritone/better-indent-support-for-php-with-html",
}