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:
parent
9f751afced
commit
6083cba5d6
6 changed files with 72 additions and 15 deletions
home/features/neovim/config/lua/my
|
@ -73,4 +73,8 @@ M.text = conditions.make_condition(function()
|
|||
end)
|
||||
-- }}}
|
||||
|
||||
M.never = conditions.make_condition(function()
|
||||
return false
|
||||
end)
|
||||
|
||||
return M
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue