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
|
|
@ -110,6 +110,7 @@ in
|
||||||
clang-tools
|
clang-tools
|
||||||
lldb
|
lldb
|
||||||
nodejs
|
nodejs
|
||||||
|
tree-sitter
|
||||||
];
|
];
|
||||||
|
|
||||||
file = symlinkFiles;
|
file = symlinkFiles;
|
||||||
|
|
|
||||||
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
|
||||||
|
}
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue