about summary refs log tree commit diff
diff options
context:
space:
mode:
authoriurii plugatarov <[email protected]>2024-08-02 23:46:31 +0200
committeriurii plugatarov <[email protected]>2024-08-02 23:46:31 +0200
commitaa4fb56a9fac0a5f8cf1e0451fd7999e71768b53 (patch)
treeea1ba295d48e84a1fc3b7f913f4cd4f4995cf5db
parentf24a3ab9744a3f50eb8cacc06d4ef4c5f96875db (diff)
downloadsketchbook.nvim-aa4fb56a9fac0a5f8cf1e0451fd7999e71768b53.tar.gz
readme
-rw-r--r--README.md1
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/",