mirror of
https://github.com/Ascyii/telekasten.nvim.git
synced 2026-01-01 06:14:23 -05:00
doc: fix indication for default home directory (closes #228)
This commit is contained in:
@@ -145,7 +145,7 @@ create the defaults directories before first use.
|
||||
|
||||
```lua
|
||||
require('telekasten').setup({
|
||||
home = '~/zettelkasten', -- Put the name of your notes directory here
|
||||
home = vim.fn.expand("~/zettelkasten"), -- Put the name of your notes directory here
|
||||
})
|
||||
```
|
||||
**NOTE:** For Windows users, please indicate the path as
|
||||
|
||||
Reference in New Issue
Block a user