about summary refs log tree commit diff
path: root/lua/sketchbook/init.lua
diff options
context:
space:
mode:
authoriurii plugatarov <[email protected]>2024-08-03 00:49:04 +0200
committeriurii plugatarov <[email protected]>2024-08-03 00:49:04 +0200
commit0efd48ea94543a14ae27e49f662881c8c291e695 (patch)
treea870b91299650ab2036bd5adc4d445715d72afb4 /lua/sketchbook/init.lua
parent0bb7c25241c4fa538a6979dfa0f2b9862aeb8d5a (diff)
downloadsketchbook.nvim-0efd48ea94543a14ae27e49f662881c8c291e695.tar.gz
list notes
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 = {}