diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-01-13 19:21:38 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-01-13 19:21:38 +0100 |
commit | 38756b081432a6438da148ab101b91fb3e75aefe (patch) | |
tree | 67affe5c8375fda1244444753f2c6505a77578ea /lua | |
parent | 7a61f2e8e9fe2b5850204b2e1553f6da08b992a0 (diff) |
Disable loading of media files
Diffstat (limited to 'lua')
-rw-r--r-- | lua/config/telescope.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/config/telescope.lua b/lua/config/telescope.lua index ff65505..ef89369 100644 --- a/lua/config/telescope.lua +++ b/lua/config/telescope.lua @@ -5,7 +5,7 @@ if not status_ok then return end -telescope.load_extension("media_files") +-- telescope.load_extension("media_files") local actions = require("telescope.actions") |