Files
nixos-dotfiles/config/nvim/lua/plugin-list.lua
T
2026-06-03 05:23:07 +02:00

18 lines
508 B
Lua

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",
}