fix(nvim): disable noice until nightly is fixed

This commit is contained in:
Price Hiller 2023-01-11 07:09:53 -06:00
parent 8dabde56bf
commit 1e62446ae5

View File

@ -23,20 +23,23 @@ lazy.setup({
}, },
-- Much nicer ui, integrates cmdheight = 0 wella -- Much nicer ui, integrates cmdheight = 0 wella
{ -- NOTE: Temporarily disabling this until nightly is fixed
"folke/noice.nvim", -- {
config = function() -- "folke/noice.nvim",
-- NOTE: Might be redundant, to check later -- config = function()
require("plugins.configs.nvim-notify") -- -- NOTE: Might be redundant, to check later
require("plugins.configs.noice") -- require("plugins.configs.nvim-notify")
end, -- require("plugins.configs.noice")
dependencies = { -- end,
-- if you lazy-load any plugin below, make sure to add proper `module="..."` entries -- dependencies = {
"MunifTanjim/nui.nvim", -- -- if you lazy-load any plugin below, make sure to add proper `module="..."` entries
"rcarriga/nvim-notify", -- "MunifTanjim/nui.nvim",
"hrsh7th/nvim-cmp", -- "rcarriga/nvim-notify",
}, -- "hrsh7th/nvim-cmp",
}, -- },
-- },
--
{ "rcarriga/nvim-notify" },
-- Color schemes -- Color schemes
{ "folke/tokyonight.nvim" }, { "folke/tokyonight.nvim" },
@ -92,7 +95,7 @@ lazy.setup({
config = function() config = function()
require("plugins.configs.treesitter") require("plugins.configs.treesitter")
end, end,
before = "folke/noice.nvim", -- before = "folke/noice.nvim",
}, },
{ {
@ -226,7 +229,7 @@ lazy.setup({
"Hoffs/omnisharp-extended-lsp.nvim", "Hoffs/omnisharp-extended-lsp.nvim",
"b0o/schemastore.nvim", "b0o/schemastore.nvim",
}, },
after = "noice.nvim", -- after = "noice.nvim",
event = "BufEnter", event = "BufEnter",
config = function() config = function()
require("mason").setup({}) require("mason").setup({})