Add markview to neovim (deps on tree sitter cli, and tree sitter
parsers: latex & typst)
This commit is contained in:
parent
204119eb2b
commit
c9d7fc0b13
3 changed files with 7 additions and 0 deletions
4
nvim/lua/plugs/markview.lua
Normal file
4
nvim/lua/plugs/markview.lua
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
return {
|
||||
"OXY2DEV/markview.nvim",
|
||||
lazy = false
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue