chore(nvim): obsidian, oil, markdown, fzf-lua, lsp visual code actions
This commit is contained in:
parent
64ccf8befe
commit
03622a3c5c
6 changed files with 117 additions and 22 deletions
|
@ -24,24 +24,23 @@ return {
|
|||
event = "VeryLazy",
|
||||
ft = 'qf'
|
||||
},
|
||||
{
|
||||
"OXY2DEV/markview.nvim",
|
||||
ft = "markdown",
|
||||
dependencies = {
|
||||
"nvim-treesitter/nvim-treesitter",
|
||||
"nvim-tree/nvim-web-devicons",
|
||||
},
|
||||
opts = {
|
||||
modes = { "n", "no", "i", "c" },
|
||||
hybrid_modes = { "i" },
|
||||
callbacks = {
|
||||
on_enable = function(_, win)
|
||||
vim.wo[win].conceallevel = 2;
|
||||
vim.wo[win].concealcursor = "c";
|
||||
end
|
||||
}
|
||||
}
|
||||
},
|
||||
-- {
|
||||
-- "OXY2DEV/markview.nvim",
|
||||
-- ft = "markdown",
|
||||
-- dependencies = {
|
||||
-- "nvim-treesitter/nvim-treesitter",
|
||||
-- "nvim-tree/nvim-web-devicons",
|
||||
-- },
|
||||
-- opts = {
|
||||
-- modes = { "n", "no", "c" },
|
||||
-- callbacks = {
|
||||
-- on_enable = function(_, win)
|
||||
-- vim.wo[win].conceallevel = 2;
|
||||
-- vim.wo[win].concealcursor = "c";
|
||||
-- end
|
||||
-- }
|
||||
-- }
|
||||
-- },
|
||||
{
|
||||
"folke/zen-mode.nvim",
|
||||
event = "VeryLazy",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue