Nix hm #1
3 changed files with 7 additions and 0 deletions
|
|
@ -110,6 +110,7 @@ in
|
|||
clang-tools
|
||||
lldb
|
||||
nodejs
|
||||
tree-sitter
|
||||
];
|
||||
|
||||
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",
|
||||
"muttrc",
|
||||
"python",
|
||||
"latex",
|
||||
"typst",
|
||||
},
|
||||
sync_install = false,
|
||||
-- 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