Add markview to neovim (deps on tree sitter cli, and tree sitter

parsers: latex & typst)
This commit is contained in:
Martin Larsson 2025-02-20 00:36:57 +00:00
parent 204119eb2b
commit c9d7fc0b13
3 changed files with 7 additions and 0 deletions

View file

@ -110,6 +110,7 @@ in
clang-tools clang-tools
lldb lldb
nodejs nodejs
tree-sitter
]; ];
file = symlinkFiles; file = symlinkFiles;

View file

@ -0,0 +1,4 @@
return {
"OXY2DEV/markview.nvim",
lazy = false
}

View file

@ -47,6 +47,8 @@ return {
"dap_repl", "dap_repl",
"muttrc", "muttrc",
"python", "python",
"latex",
"typst",
}, },
sync_install = false, sync_install = false,
-- This can be updated to a list of languages instead of defaulting to true -- This can be updated to a list of languages instead of defaulting to true