diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-10-16 11:49:15 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-10-16 11:49:15 +0200 |
commit | 97335fff57e4cca08bf642d65791c5c18ce8b485 (patch) | |
tree | fe2d9d5968913978b5ef69b864f78ec8095b4456 /fnl/config | |
parent | 336c4378f801bddd54440f3b8165a0f636702ef8 (diff) |
Remove telescope file browser
Diffstat (limited to 'fnl/config')
-rw-r--r-- | fnl/config/telescope.fnl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fnl/config/telescope.fnl b/fnl/config/telescope.fnl index c46b0fb..5c79501 100644 --- a/fnl/config/telescope.fnl +++ b/fnl/config/telescope.fnl @@ -76,7 +76,6 @@ :override_file_sorter true :case_mode :smart_case}}}) (telescope.load_extension :fzf) - (telescope.load_extension :file_browser) (telescope.load_extension :session-lens) (telescope.load_extension :harpoon) (telescope.load_extension :frecency) |