From 7a7a8ace1dacfff121ce90110c7b5c8635d178c3 Mon Sep 17 00:00:00 2001 From: filip <“filip.rabiega@gmail.com”> Date: Wed, 4 Feb 2026 16:34:45 +0100 Subject: plugin dump --- anki.lua | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 anki.lua (limited to 'anki.lua') diff --git a/anki.lua b/anki.lua new file mode 100644 index 0000000..30271e0 --- /dev/null +++ b/anki.lua @@ -0,0 +1,19 @@ +return { + { + "rareitems/anki.nvim", + -- lazy -- don't lazy it, it tries to be as lazy possible and it needs to add a filetype association + opts = { + { + -- this function will add support for associating '.anki' extension with both 'anki' and 'tex' filetype. + tex_support = true, + -- if 'true' it will move the cursor the position of the first field + move_cursor_after_creation = true, + models = { + -- Here you specify which notetype should be associated with which deck + ["Statystyka"] = "Statystyka", + ["Pleco"] = "English", + }, + }, + }, + }, +} -- cgit v1.2.3