add(nvim): macro module

This commit is contained in:
Léana 江 2024-01-28 12:57:14 +01:00 committed by Léana 江
parent b5def4a7e3
commit 25c682a1dd
3 changed files with 10 additions and 5 deletions

View file

@ -24,6 +24,6 @@ require "tangerine".setup {
target = vim.fn.stdpath [[data]] .. "/tangerine",
compiler = {
verbose = false,
hooks = { "oninit", "onsave" },
hooks = { "oninit" },
},
}