add typst-preview to nvim
This commit is contained in:
parent
095c91ae93
commit
2a37676377
2 changed files with 7 additions and 0 deletions
|
|
@ -485,6 +485,12 @@ require("lazy").setup({
|
||||||
})
|
})
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
'chomosuke/typst-preview.nvim',
|
||||||
|
ft = 'typst',
|
||||||
|
version = '1.*',
|
||||||
|
build = function() require 'typst-preview'.update() end,
|
||||||
|
},
|
||||||
|
|
||||||
{ "folke/neodev.nvim", opts = {} },
|
{ "folke/neodev.nvim", opts = {} },
|
||||||
{ -- Autoformat
|
{ -- Autoformat
|
||||||
|
|
|
||||||
|
|
@ -21,6 +21,7 @@
|
||||||
fd
|
fd
|
||||||
nixfmt-rfc-style
|
nixfmt-rfc-style
|
||||||
gcc
|
gcc
|
||||||
|
typst
|
||||||
];
|
];
|
||||||
defaultEditor = true;
|
defaultEditor = true;
|
||||||
viAlias = true;
|
viAlias = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue