about summary refs log tree commit diff
path: root/lua/sketchbook/init.lua
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--lua/sketchbook/init.lua6
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 = {}