Skip to content

Commit

Permalink
fea(LazyVim): add permanently mini-ai mini-surround yank and dial ext…
Browse files Browse the repository at this point in the history
…ras to config

The latest release of LazyVim seemed to slim down, and instead put many
plugins into extras. This is a good trend, but the community demanded
the removal of multiple very useful plugins, so I included them back
into my config.
  • Loading branch information
Botond Kalocsai committed May 18, 2024
1 parent 934ded2 commit b47bf2c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions home/dot_config/nvim/lua/config/lazy.lua
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ require("lazy").setup({
-- { import = "lazyvim.plugins.extras.ui.mini-animate" },
-- import/override with your plugins
{ import = "lazyvim.plugins.extras.coding.codeium" },
{ import = "lazyvim.plugins.extras.coding.mini-ai" },
{ import = "lazyvim.plugins.extras.coding.mini-surround" },
{ import = "lazyvim.plugins.extras.coding.yanky" },
{ import = "lazyvim.plugins.extras.editor.dial" },
{ import = "lazyvim.plugins.extras.editor.harpoon2" },
{ import = "plugins" },
},
Expand Down

0 comments on commit b47bf2c

Please sign in to comment.