mirror of
https://github.com/Ascyii/typstar.git
synced 2026-01-01 05:24:24 -05:00
docs: add README
This commit is contained in:
@@ -7,12 +7,12 @@ local default_config = {
|
||||
filename = 'drawing-%Y-%m-%d-%H-%M-%S',
|
||||
fileExtension = '.excalidraw.md',
|
||||
fileExtensionInserted = '.excalidraw.svg',
|
||||
uriOpenCommand = 'xdg-open',
|
||||
uriOpenCommand = 'xdg-open', -- set depending on OS
|
||||
templatePath = nil,
|
||||
},
|
||||
snippets = {
|
||||
enable = true,
|
||||
modules = {
|
||||
modules = { -- enable modules from ./snippets
|
||||
'document',
|
||||
'letters',
|
||||
'math',
|
||||
|
||||
Reference in New Issue
Block a user