1
Fork 0

Slightly nicer obsidian config, I guess

This is the first time I'm commiting to this repository using colemak-dh om my ferris sweep keyboard!
This commit is contained in:
prescientmoon 2024-05-07 03:03:10 +02:00
parent 9f751afced
commit 6083cba5d6
Signed by: prescientmoon
SSH key fingerprint: SHA256:UUF9JT2s8Xfyv76b8ZuVL7XrmimH4o49p4b+iexbVH4
6 changed files with 72 additions and 15 deletions
home/features/neovim/config/lua/my

View file

@ -73,4 +73,8 @@ M.text = conditions.make_condition(function()
end)
-- }}}
M.never = conditions.make_condition(function()
return false
end)
return M