mirror of
https://github.com/Ascyii/typstar.git
synced 2026-01-01 05:24:24 -05:00
feat: port most snippets from lentilus/fastex.nvim
This commit is contained in:
@@ -7,7 +7,17 @@ local default_config = {
|
||||
filename = 'drawing-%Y-%m-%d-%H-%M-%S',
|
||||
fileExtensionInserted = '.excalidraw.svg',
|
||||
obsidianOpenConfig = nil,
|
||||
}
|
||||
},
|
||||
snippets = {
|
||||
enable = true,
|
||||
modules = {
|
||||
'document',
|
||||
'letters',
|
||||
'math',
|
||||
'matrix',
|
||||
'visual',
|
||||
}
|
||||
},
|
||||
}
|
||||
|
||||
function M.merge_config(args)
|
||||
|
||||
Reference in New Issue
Block a user