1
0
mirror of https://github.com/dcarrillo/dotfiles.git synced 2025-07-03 13:29:24 +00:00

Revert "[neovim] disable noice plugin"

This reverts commit d401b13d5a.
This commit is contained in:
2024-11-22 16:15:05 +01:00
parent d401b13d5a
commit 28eeb2842c
5 changed files with 53 additions and 54 deletions

View File

@ -97,13 +97,13 @@ require("lazy").setup({
{ "nvim-lualine/lualine.nvim", event = "VeryLazy" },
{ "lukas-reineke/indent-blankline.nvim", event = "BufReadPost", main = "ibl" },
{ "nvim-zh/auto-save.nvim", event = "BufReadPost" },
-- {
-- "folke/noice.nvim",
-- event = "VeryLazy",
-- dependencies = {
-- "MunifTanjim/nui.nvim",
-- },
-- },
{
"folke/noice.nvim",
event = "VeryLazy",
dependencies = {
"MunifTanjim/nui.nvim",
},
},
{ "romgrk/fzy-lua-native" },
{ "mg979/vim-visual-multi" },
{
@ -271,9 +271,7 @@ require("lazy").setup({
{ "AndreM222/copilot-lualine" },
{
"copilotc-nvim/copilotchat.nvim",
-- commit = "82604838fa511d1cbf8174e99f2fbc3a0dc0abe4",
-- branch = "canary",
version = "v3.*",
branch = "canary",
event = "VeryLazy",
},