mirror of
https://github.com/mqttr/dotfiles.git
synced 2025-12-16 12:45:52 -06:00
Recreate neovim configuration
This commit is contained in:
23
nvim/lua/plugins/markview.lua
Normal file
23
nvim/lua/plugins/markview.lua
Normal file
@@ -0,0 +1,23 @@
|
||||
return {
|
||||
{ -- Highlight, edit, and navigate code
|
||||
'nvim-treesitter/nvim-treesitter',
|
||||
build = ':TSInstall markdown markdown_inline html latex typst yaml',
|
||||
branch = 'master',
|
||||
lazy = false,
|
||||
},
|
||||
{
|
||||
"OXY2DEV/markview.nvim",
|
||||
lazy = false,
|
||||
|
||||
-- For `nvim-treesitter` users.
|
||||
priority = 49,
|
||||
|
||||
-- For blink.cmp's completion
|
||||
-- source
|
||||
dependencies = {
|
||||
"saghen/blink.cmp",
|
||||
"echasnovski/mini.icons",
|
||||
"nvim-tree/nvim-web-devicons"
|
||||
}
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user