zettelkasten.nvim/lua
Marty Oehme 587fa47268
Refactor option setting with defaults
Now reads from an existing defaults table, which has the required keys:

'vimname', the setting name in vim itself (for the user)
'default', the value it should contain by default

and the optional key

'valid', if the option should be restricted to a certain valid value set
2020-11-04 15:17:58 +01:00
..
zettelkasten Refactor option setting with defaults 2020-11-04 15:17:58 +01:00