1
0
mirror of https://github.com/dcarrillo/dotfiles.git synced 2025-07-05 12:39:26 +00:00

[neovim] Add noice plugin and remove wilder

This commit is contained in:
2023-09-22 18:55:08 +02:00
parent 16dc57cf7e
commit a3f634c84b
4 changed files with 36 additions and 65 deletions

View File

@ -78,7 +78,13 @@ require("lazy").setup({
{ "nvim-lualine/lualine.nvim", event = "VeryLazy" },
{ "lukas-reineke/indent-blankline.nvim", event = "BufReadPost", version = "v2.*" },
{ "nvim-zh/auto-save.nvim", event = "BufReadPost" },
{ "gelguy/wilder.nvim" },
{
"folke/noice.nvim",
event = "VeryLazy",
dependencies = {
"MunifTanjim/nui.nvim",
},
},
{ "romgrk/fzy-lua-native" },
{ "mg979/vim-visual-multi", version = "v0.*" },
{ "gnikdroy/projections.nvim", branch = "pre_release" },