Update
This commit is contained in:
@@ -5,7 +5,7 @@ return {
|
||||
init = function()
|
||||
vim.g.vimtex_syntax_conceal_disable = 1
|
||||
vim.g.vimtex_mappings_disable = { ["n"] = { "K" } } -- disable `K` as it conflicts with LSP hover
|
||||
vim.g.vimtex_view_method = "sioyek"
|
||||
vim.g.vimtex_view_method = "skim"
|
||||
-- vim.g.vimtex_view_general_viewer = "open -a UPDF"
|
||||
vim.g.vimtex_view_skim_sync = 1
|
||||
vim.g.vimtex_compiler_silent = 1
|
||||
|
||||
16
lua/plugins/lang/typst.lua
Normal file
16
lua/plugins/lang/typst.lua
Normal file
@@ -0,0 +1,16 @@
|
||||
return {
|
||||
{
|
||||
"chomosuke/typst-preview.nvim",
|
||||
ft = "typst",
|
||||
version = "1.*",
|
||||
opts = {
|
||||
dependencies_bin = {
|
||||
["tinymist"] = "tinymist",
|
||||
},
|
||||
-- open_cmd = "brave %s --class typst-preview",
|
||||
},
|
||||
keys = {
|
||||
{ "<localleader>lp", "<cmd>TypstPreview<cr>", desc = "Open Typst Preview" },
|
||||
},
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user