This commit is contained in:
2025-08-13 21:46:48 +02:00
commit c3e2e6509b
818 changed files with 54187 additions and 0 deletions

View File

@@ -0,0 +1,35 @@
-- Here are the plugins that are included in LazyVim and I didnt change
return {
-- Coding
{ "garymjr/nvim-snippets" },
{ "folke/ts-comments.nvim" },
{ "echasnovski/mini.comment" },
{ "echasnovski/mini.ai" },
{ "folke/lazydev.nvim" },
-- Editor
{ "folke/trouble.nvim" },
{ "folke/todo-comments.nvim" },
-- LSP
{ "folke/neodev.nvim" },
{ "williamboman/mason-lspconfig.nvim" },
-- TreeSitter
{ "nvim-treesitter/nvim-treesitter" },
{ "nvim-treesitter/nvim-treesitter-textobjects" },
{ "windwp/nvim-ts-autotag" },
-- UI
{ "lukas-reineke/indent-blankline.nvim" },
{ "stevearc/dressing.nvim" },
{ "folke/noice.nvim" },
{ "echasnovski/mini.icons" },
{ "MunifTanjim/nui.nvim" },
-- Util
{ "folke/persistence.nvim" },
{ "folke/snacks.nvim" },
{ "nvim-lua/plenary.nvim" },
}