diff options
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md index f67702d..d8aa85e 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,7 @@ Add the following to your `lazy.nvim` configuration: require('lazy').setup({ { 'makefunstuff/sketchbook.nvim', + lazy = false, config = function() require('sketchbook').setup({ notes_directory = "~/my_notes/", |