summaryrefslogtreecommitdiff
path: root/fnl/config/auto-session.fnl
diff options
context:
space:
mode:
Diffstat (limited to 'fnl/config/auto-session.fnl')
-rw-r--r--fnl/config/auto-session.fnl5
1 files changed, 4 insertions, 1 deletions
diff --git a/fnl/config/auto-session.fnl b/fnl/config/auto-session.fnl
index 0ac88ce..2e236b2 100644
--- a/fnl/config/auto-session.fnl
+++ b/fnl/config/auto-session.fnl
@@ -15,6 +15,9 @@
:previewer false
:prompt_title :Sessions})
-(set vim.o.sessionoptions "blank,buffers,curdir,folds,help,tabpages,winsize,winpos,terminal")
+(set vim.o.sessionoptions
+ "blank,buffers,curdir,folds,help,tabpages,winsize,winpos,terminal")
(util.setup :session-lens lens-opts)
(util.setup :auto-session auto-opts)
+(let [telescope (require :telescope)]
+ (telescope.load_extension :session-lens))