nvim: Enable messages in noice; Remove markview
This commit is contained in:
parent
ffb7d66888
commit
b2be54b2b9
@ -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
|
|
||||||
-- }
|
|
||||||
@ -3,7 +3,7 @@ return {
|
|||||||
dependencies = { "https://github.com/MunifTanjim/nui.nvim" },
|
dependencies = { "https://github.com/MunifTanjim/nui.nvim" },
|
||||||
event = "VeryLazy",
|
event = "VeryLazy",
|
||||||
opts = {
|
opts = {
|
||||||
messages = { enabled = false },
|
-- messages = { enabled = false },
|
||||||
views = {
|
views = {
|
||||||
history = {
|
history = {
|
||||||
{ event = "lsp", kind = "" },
|
{ event = "lsp", kind = "" },
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user