diff options
author | iurii plugatarov <[email protected]> | 2024-08-03 00:49:04 +0200 |
---|---|---|
committer | iurii plugatarov <[email protected]> | 2024-08-03 00:49:04 +0200 |
commit | 0efd48ea94543a14ae27e49f662881c8c291e695 (patch) | |
tree | a870b91299650ab2036bd5adc4d445715d72afb4 /lua/sketchbook/init.lua | |
parent | 0bb7c25241c4fa538a6979dfa0f2b9862aeb8d5a (diff) | |
download | sketchbook.nvim-0efd48ea94543a14ae27e49f662881c8c291e695.tar.gz |
list notes
Diffstat (limited to '')
-rw-r--r-- | lua/sketchbook/init.lua | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lua/sketchbook/init.lua b/lua/sketchbook/init.lua index 421ae4c..de47142 100644 --- a/lua/sketchbook/init.lua +++ b/lua/sketchbook/init.lua @@ -1,10 +1,4 @@ local config = require("sketchbook.config") -local create_note = require("sketchbook.create_note") -local update_index = require("sketchbook.update_index") -local search_notes = require("sketchbook.search_notes") -local select_template = require("sketchbook.select_template") -local quick_note = require("sketchbook.quick_note") -local git_support = require("sketchbook.git_sync") local M = {} |