diff options
Diffstat (limited to 'lua/dotfiles/notes.lua')
| -rw-r--r-- | lua/dotfiles/notes.lua | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/lua/dotfiles/notes.lua b/lua/dotfiles/notes.lua index cec362b..a2ed047 100644 --- a/lua/dotfiles/notes.lua +++ b/lua/dotfiles/notes.lua @@ -1,6 +1,9 @@ --- Resolved notes directory (normalized), or nil when `$NOTES_DIR` is unset. --- Single source of truth shared by the notes feature (plugin/50-notes.lua) and the follow engine --- wiring (plugin/50-follow.lua). +--[[ Resolved notes directory (normalized), or nil when `$NOTES_DIR` is unset. + +Single source of truth shared by the notes feature (plugin/50-notes.lua) and the follow engine +wiring (plugin/50-follow.lua). +]] + local M = {} M.dir = vim.env.NOTES_DIR and vim.fs.normalize(vim.env.NOTES_DIR) or nil return M |
