feat(anki): nvim integration

This commit is contained in:
arne314
2024-12-31 17:36:27 +01:00
parent 7bacdd53c1
commit 1c844e482b
9 changed files with 82 additions and 11 deletions

View File

@@ -2,6 +2,12 @@ local M = {}
local default_config = {
typstarRoot = '~/typstar',
anki = {
typstarAnkiCmd = 'typstar-anki',
typstCmd = 'typst',
ankiUrl = 'http://127.0.0.1:8765',
ankiKey = nil,
},
excalidraw = {
assetsDir = 'assets',
filename = 'drawing-%Y-%m-%d-%H-%M-%S',