diff --git a/nix/pkgs/home.nix b/nix/pkgs/home.nix index d8f123c..ae22cb7 100644 --- a/nix/pkgs/home.nix +++ b/nix/pkgs/home.nix @@ -110,6 +110,7 @@ in clang-tools lldb nodejs + tree-sitter ]; file = symlinkFiles; diff --git a/nvim/lua/plugs/markview.lua b/nvim/lua/plugs/markview.lua new file mode 100644 index 0000000..85129d0 --- /dev/null +++ b/nvim/lua/plugs/markview.lua @@ -0,0 +1,4 @@ +return { + "OXY2DEV/markview.nvim", + lazy = false +} diff --git a/nvim/lua/plugs/treesitter.lua b/nvim/lua/plugs/treesitter.lua index dbed89d..1ca9ac1 100644 --- a/nvim/lua/plugs/treesitter.lua +++ b/nvim/lua/plugs/treesitter.lua @@ -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