diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-08-08 13:51:12 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-08-08 13:51:12 +0200 |
commit | 98f906b644a24dfb10b2eaa56ccc7c99c94c876f (patch) | |
tree | 99046bf5fd111dbdfbe6b4a793c57fa354af2927 /fnl/config/telescope.fnl | |
parent | 9dd308b444ede3a68a29961e956937d2ce402e45 (diff) |
Add session plugin
Diffstat (limited to 'fnl/config/telescope.fnl')
-rw-r--r-- | fnl/config/telescope.fnl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fnl/config/telescope.fnl b/fnl/config/telescope.fnl index 9d11106..a53433d 100644 --- a/fnl/config/telescope.fnl +++ b/fnl/config/telescope.fnl @@ -77,4 +77,5 @@ :case_mode :smart_case}}}) (telescope.load_extension :fzf) (telescope.load_extension :file_browser) + (telescope.load_extension :session-lens) (telescope.load_extension :projects))) |