| 1 |
return {
|
| 2 |
"nvim-lua/plenary.nvim",
|
| 3 |
"nvim-tree/nvim-web-devicons",
|
| 4 |
{ "nvim-treesitter/nvim-treesitter", branch = "master" },
|
| 5 |
{ "nvim-treesitter/nvim-treesitter-textobjects", branch = "main" },
|
| 6 |
"nvim-treesitter/nvim-treesitter-context",
|
| 7 |
"hrsh7th/nvim-cmp",
|
| 8 |
"hrsh7th/cmp-nvim-lsp",
|
| 9 |
"hrsh7th/cmp-path",
|
| 10 |
"hrsh7th/cmp-buffer",
|
| 11 |
"nvim-telescope/telescope.nvim",
|
| 12 |
{ "ThePrimeagen/harpoon", branch = "harpoon2" },
|
| 13 |
"folke/tokyonight.nvim",
|
| 14 |
"nvim-lualine/lualine.nvim",
|
| 15 |
"brenoprata10/nvim-highlight-colors",
|
| 16 |
"nvim-orgmode/orgmode",
|
| 17 |
"tpope/vim-fugitive",
|
| 18 |
"mbbill/undotree",
|
| 19 |
"ojroques/vim-oscyank",
|
| 20 |
"kkoomen/vim-doge",
|
| 21 |
"captbaritone/better-indent-support-for-php-with-html",
|
| 22 |
}
|