🔧 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
|
||||
{ "tzachar/cmp-tabnine", optional = true },
|
||||
{ "Exafunction/codeium.nvim", optional = true },
|
||||
{ "echasnovski/mini.surround", optional = true },
|
||||
{ "JoosepAlviste/nvim-ts-context-commentstring" },
|
||||
|
||||
-- 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 },
|
||||
|
@ -71,9 +74,12 @@ return {
|
|||
|
||||
-- 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 },
|
||||
}
|
||||
|
|
|
@ -2,14 +2,12 @@
|
|||
|
||||
return {
|
||||
-- Coding
|
||||
{ "echasnovski/mini.surround" },
|
||||
{ "JoosepAlviste/nvim-ts-context-commentstring" },
|
||||
{ "garymjr/nvim-snippets" },
|
||||
{ "folke/ts-comments.nvim" },
|
||||
{ "echasnovski/mini.comment" },
|
||||
{ "echasnovski/mini.ai" },
|
||||
|
||||
-- Editor
|
||||
{ "RRethy/vim-illuminate" },
|
||||
{ "echasnovski/mini.bufremove" },
|
||||
{ "folke/trouble.nvim" },
|
||||
{ "folke/todo-comments.nvim" },
|
||||
|
||||
|
@ -21,20 +19,17 @@ return {
|
|||
-- TreeSitter
|
||||
{ "nvim-treesitter/nvim-treesitter" },
|
||||
{ "nvim-treesitter/nvim-treesitter-textobjects" },
|
||||
{ "nvim-treesitter/nvim-treesitter-context" },
|
||||
{ "windwp/nvim-ts-autotag" },
|
||||
|
||||
-- UI
|
||||
{ "rcarriga/nvim-notify" },
|
||||
{ "lukas-reineke/indent-blankline.nvim" },
|
||||
{ "stevearc/dressing.nvim" },
|
||||
{ "echasnovski/mini.indentscope" },
|
||||
{ "folke/noice.nvim" },
|
||||
{ "nvim-tree/nvim-web-devicons" },
|
||||
{ "MunifTanjim/nui.nvim" },
|
||||
|
||||
-- Util
|
||||
{ "dstein64/vim-startuptime" },
|
||||
{ "folke/persistence.nvim" },
|
||||
{ "nvim-lua/plenary.nvim" },
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue