diff --git a/.config/nvim/lua/plugins/lazyvim/extras.lua b/.config/nvim/lua/plugins/lazyvim/extras.lua deleted file mode 100644 index 9b14907d..00000000 --- a/.config/nvim/lua/plugins/lazyvim/extras.lua +++ /dev/null @@ -1,87 +0,0 @@ --- Here are the plugins from the extras that are included in LazyVim and I didnt change - -return { - -- Coding - { "tzachar/cmp-tabnine", optional = true }, - { "Exafunction/codeium.nvim", optional = true }, - { "echasnovski/mini.surround", optional = true }, - { "JoosepAlviste/nvim-ts-context-commentstring", optional = true }, - - -- DAP - { "jbyuki/one-small-step-for-vimkind", optional = true }, - - -- Editor - { "RRethy/vim-illuminate", optional = true }, - { "stevearc/aerial.nvim", optional = true }, - { "ggandor/flit.nvim", optional = true }, - { "ggandor/leap.nvim", optional = true }, - { "tpope/vim-repeat", optional = true }, - { "echasnovski/mini.files", optional = true }, - { "SmiteshP/nvim-navic", optional = true }, - - -- Lang - -- Clangd - { "p00f/clangd_extensions.nvim", optional = true }, - - -- CMake - { "Civitasv/cmake-tools.nvim", optional = true }, - - -- Elixir - { "jfpedroza/neotest-elixir", optional = true }, - - -- Go - { "leoluz/nvim-dap-go", optional = true }, - { "nvim-neotest/neotest-go", optional = true }, - - -- Java - { "mfussenegger/nvim-jdtls", optional = true }, - - -- JSON - { "b0o/SchemaStore.nvim", optional = true }, - - -- Markdown - { "iamcco/markdown-preview.nvim", optional = true }, - { "lukas-reineke/headlines.nvim", optional = true }, - - -- C# - { "Hoffs/omnisharp-extended-lsp.nvim", optional = true }, - - -- Python - { "wookayin/semshi", optional = true }, - { "nvim-neotest/neotest-python", optional = true }, - { "mfussenegger/nvim-dap-python", optional = true }, - { "linux-cultist/venv-selector.nvim", optional = true }, - - -- Ruby - { "suketa/nvim-dap-ruby", optional = true }, - { "olimorris/neotest-rspec", optional = true }, - - -- Rust - { "Saecki/crates.nvim", optional = true }, - { "mrcjkb/rustaceanvim", optional = true }, - - -- Tailwind - { "roobert/tailwindcss-colorizer-cmp.nvim", optional = true }, - - -- Tex - { "lervag/vimtex", optional = true }, - - -- YAML - { "b0o/SchemaStore.nvim", optional = true }, - - -- LSP - { "nvimtools/none-ls.nvim", optional = true }, - { "folke/neoconf.nvim", optional = true }, - { "folke/neodev.nvim", optional = true }, - - -- UI - { "echasnovski/mini.animate", optional = true }, - { "echasnovski/mini.indentscope", optional = true }, - { "echasnovski/mini.starter", optional = true }, - { "nvim-treesitter/nvim-treesitter-context", optional = true }, - - -- Util - { "echasnovski/mini.hipatterns", optional = true }, - { "dstein64/vim-startuptime", optional = true }, - { "ahmedkhalf/project.nvim", optional = true }, -} diff --git a/.config/nvim/lua/plugins/lazyvim/included.lua b/.config/nvim/lua/plugins/lazyvim/included.lua deleted file mode 100644 index e5b5e8c1..00000000 --- a/.config/nvim/lua/plugins/lazyvim/included.lua +++ /dev/null @@ -1,35 +0,0 @@ --- 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" }, -}