diff options
author | iurii plugatarov <[email protected]> | 2024-08-02 23:46:31 +0200 |
---|---|---|
committer | iurii plugatarov <[email protected]> | 2024-08-02 23:46:31 +0200 |
commit | aa4fb56a9fac0a5f8cf1e0451fd7999e71768b53 (patch) | |
tree | ea1ba295d48e84a1fc3b7f913f4cd4f4995cf5db | |
parent | f24a3ab9744a3f50eb8cacc06d4ef4c5f96875db (diff) | |
download | sketchbook.nvim-aa4fb56a9fac0a5f8cf1e0451fd7999e71768b53.tar.gz |
readme
-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/", |