nvim: Enable messages in noice; Remove markview

This commit is contained in:
Andreas Tsouchlos 2025-11-15 23:52:16 +01:00
parent ffb7d66888
commit b2be54b2b9
2 changed files with 1 additions and 24 deletions

View File

@ -1,23 +0,0 @@
return {
"OXY2DEV/markview.nvim",
lazy = false,
}
-- return {
-- "iamcco/markdown-preview.nvim",
-- cmd = { "MarkdownPreview" },
-- build = function(plugin)
-- if vim.fn.executable "npx" then
-- vim.cmd("!cd " .. plugin.dir .. " && cd app && npx --yes yarn install")
-- else
-- vim.cmd [[Lazy load markdown-preview.nvim]]
-- vim.fn["mkdp#util#install"]()
-- end
-- end,
-- init = function()
-- if vim.fn.executable "npx" then
-- vim.g.mkdp_filetypes = {
-- "markdown"
-- }
-- end
-- end
-- }

View File

@ -3,7 +3,7 @@ return {
dependencies = { "https://github.com/MunifTanjim/nui.nvim" },
event = "VeryLazy",
opts = {
messages = { enabled = false },
-- messages = { enabled = false },
views = {
history = {
{ event = "lsp", kind = "" },