diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-01-17 18:31:09 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-01-17 18:31:09 +0100 |
commit | 9b031788a8462c4df67bc6610171f5f9e011ae97 (patch) | |
tree | ec64ae30eb5dba44cae0ff7aef0c1cf9e576b033 /lua/config | |
parent | 10e106b8194a4b472cf67b65d92fafd55b23b7e1 (diff) |
Remove media_files comment in telescope
Diffstat (limited to 'lua/config')
-rw-r--r-- | lua/config/telescope.lua | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lua/config/telescope.lua b/lua/config/telescope.lua index ef89369..b34b35f 100644 --- a/lua/config/telescope.lua +++ b/lua/config/telescope.lua @@ -5,8 +5,6 @@ if not status_ok then return end --- telescope.load_extension("media_files") - local actions = require("telescope.actions") telescope.setup({ |