zettelkasten.nvim/lua/zettelkasten
Marty Oehme ece30350c2
Refactor options to separate file
Options were previously set ad-hoc in the initialize function, but
re-set and overwritten at various places.

Options now live in one central module (options.lua), where they
directly access the neovim options set, and re-access them on any run.

That means options can be changed while the plugin is running and it
will use their newer versions, without requiring any re-initialization.
2020-10-30 16:04:23 +01:00
..
init.lua Refactor options to separate file 2020-10-30 16:04:23 +01:00
init_spec.lua Refactor options to separate file 2020-10-30 16:04:23 +01:00
list.lua Refactor options to separate file 2020-10-30 16:04:23 +01:00
list_spec.lua Refactor options to separate file 2020-10-30 16:04:23 +01:00
options.lua Refactor options to separate file 2020-10-30 16:04:23 +01:00
options_spec.lua Refactor options to separate file 2020-10-30 16:04:23 +01:00