typst commentstring fix
This commit is contained in:
parent
c2fbed0efc
commit
c890b5556c
1 changed files with 10 additions and 1 deletions
|
@ -222,7 +222,7 @@ return {
|
|||
config = true,
|
||||
},
|
||||
{
|
||||
"folke/persistence.nvim",
|
||||
"https://github.com/folke/persistence.nvim",
|
||||
event = "BufReadPre", -- this will only start session saving when an actual file was opened
|
||||
keys = {
|
||||
{"<leader>qs", function() require("persistence").load() end, desc = "load session from cwd"},
|
||||
|
@ -234,4 +234,13 @@ return {
|
|||
-- add any custom options here
|
||||
}
|
||||
},
|
||||
{
|
||||
"https://github.com/folke/ts-comments.nvim",
|
||||
opts = {
|
||||
lang = {
|
||||
typst = "// %s",
|
||||
},
|
||||
},
|
||||
event = "VeryLazy",
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue