1
0
mirror of https://github.com/dcarrillo/dotfiles.git synced 2025-07-03 06:39:25 +00:00

[neovim] disable noice plugin

This commit is contained in:
2024-11-20 18:49:55 +01:00
parent 402cd5365e
commit d401b13d5a
5 changed files with 54 additions and 53 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,7 +271,9 @@ require("lazy").setup({
{ "AndreM222/copilot-lualine" },
{
"copilotc-nvim/copilotchat.nvim",
branch = "canary",
-- commit = "82604838fa511d1cbf8174e99f2fbc3a0dc0abe4",
-- branch = "canary",
version = "v3.*",
event = "VeryLazy",
},