🔧 chore(nvim): change included and extra lazyvim plugins
This commit is contained in:
parent
42f36087f4
commit
c248eb681a
2 changed files with 8 additions and 7 deletions
|
@ -4,11 +4,14 @@ return {
|
||||||
-- Coding
|
-- Coding
|
||||||
{ "tzachar/cmp-tabnine", optional = true },
|
{ "tzachar/cmp-tabnine", optional = true },
|
||||||
{ "Exafunction/codeium.nvim", optional = true },
|
{ "Exafunction/codeium.nvim", optional = true },
|
||||||
|
{ "echasnovski/mini.surround", optional = true },
|
||||||
|
{ "JoosepAlviste/nvim-ts-context-commentstring" },
|
||||||
|
|
||||||
-- DAP
|
-- DAP
|
||||||
{ "jbyuki/one-small-step-for-vimkind", optional = true },
|
{ "jbyuki/one-small-step-for-vimkind", optional = true },
|
||||||
|
|
||||||
-- Editor
|
-- Editor
|
||||||
|
{ "RRethy/vim-illuminate", optional = true },
|
||||||
{ "stevearc/aerial.nvim", optional = true },
|
{ "stevearc/aerial.nvim", optional = true },
|
||||||
{ "ggandor/flit.nvim", optional = true },
|
{ "ggandor/flit.nvim", optional = true },
|
||||||
{ "ggandor/leap.nvim", optional = true },
|
{ "ggandor/leap.nvim", optional = true },
|
||||||
|
@ -71,9 +74,12 @@ return {
|
||||||
|
|
||||||
-- UI
|
-- UI
|
||||||
{ "echasnovski/mini.animate", optional = true },
|
{ "echasnovski/mini.animate", optional = true },
|
||||||
|
{ "echasnovski/mini.indentscope", optional = true },
|
||||||
{ "echasnovski/mini.starter", optional = true },
|
{ "echasnovski/mini.starter", optional = true },
|
||||||
|
{ "nvim-treesitter/nvim-treesitter-context", optional = true },
|
||||||
|
|
||||||
-- Util
|
-- Util
|
||||||
{ "echasnovski/mini.hipatterns", optional = true },
|
{ "echasnovski/mini.hipatterns", optional = true },
|
||||||
|
{ "dstein64/vim-startuptime", optional = true },
|
||||||
{ "ahmedkhalf/project.nvim", optional = true },
|
{ "ahmedkhalf/project.nvim", optional = true },
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,14 +2,12 @@
|
||||||
|
|
||||||
return {
|
return {
|
||||||
-- Coding
|
-- Coding
|
||||||
{ "echasnovski/mini.surround" },
|
{ "garymjr/nvim-snippets" },
|
||||||
{ "JoosepAlviste/nvim-ts-context-commentstring" },
|
{ "folke/ts-comments.nvim" },
|
||||||
{ "echasnovski/mini.comment" },
|
{ "echasnovski/mini.comment" },
|
||||||
{ "echasnovski/mini.ai" },
|
{ "echasnovski/mini.ai" },
|
||||||
|
|
||||||
-- Editor
|
-- Editor
|
||||||
{ "RRethy/vim-illuminate" },
|
|
||||||
{ "echasnovski/mini.bufremove" },
|
|
||||||
{ "folke/trouble.nvim" },
|
{ "folke/trouble.nvim" },
|
||||||
{ "folke/todo-comments.nvim" },
|
{ "folke/todo-comments.nvim" },
|
||||||
|
|
||||||
|
@ -21,20 +19,17 @@ return {
|
||||||
-- TreeSitter
|
-- TreeSitter
|
||||||
{ "nvim-treesitter/nvim-treesitter" },
|
{ "nvim-treesitter/nvim-treesitter" },
|
||||||
{ "nvim-treesitter/nvim-treesitter-textobjects" },
|
{ "nvim-treesitter/nvim-treesitter-textobjects" },
|
||||||
{ "nvim-treesitter/nvim-treesitter-context" },
|
|
||||||
{ "windwp/nvim-ts-autotag" },
|
{ "windwp/nvim-ts-autotag" },
|
||||||
|
|
||||||
-- UI
|
-- UI
|
||||||
{ "rcarriga/nvim-notify" },
|
{ "rcarriga/nvim-notify" },
|
||||||
{ "lukas-reineke/indent-blankline.nvim" },
|
{ "lukas-reineke/indent-blankline.nvim" },
|
||||||
{ "stevearc/dressing.nvim" },
|
{ "stevearc/dressing.nvim" },
|
||||||
{ "echasnovski/mini.indentscope" },
|
|
||||||
{ "folke/noice.nvim" },
|
{ "folke/noice.nvim" },
|
||||||
{ "nvim-tree/nvim-web-devicons" },
|
{ "nvim-tree/nvim-web-devicons" },
|
||||||
{ "MunifTanjim/nui.nvim" },
|
{ "MunifTanjim/nui.nvim" },
|
||||||
|
|
||||||
-- Util
|
-- Util
|
||||||
{ "dstein64/vim-startuptime" },
|
|
||||||
{ "folke/persistence.nvim" },
|
{ "folke/persistence.nvim" },
|
||||||
{ "nvim-lua/plenary.nvim" },
|
{ "nvim-lua/plenary.nvim" },
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue