mirror of
https://github.com/kristoferssolo/solorice.git
synced 2026-03-18 08:09:40 +00:00
Fix lsp keybinds
This commit is contained in:
@@ -99,7 +99,7 @@ telescope.setup({
|
||||
media_files = {
|
||||
-- filetypes whitelist
|
||||
-- defaults to {"png", "jpg", "mp4", "webm", "pdf"}
|
||||
filetypes = { "png", "webp", "jpg", "jpeg" },
|
||||
filetypes = { "png", "webp", "jpg", "jpeg", "mp4", "pdf" },
|
||||
find_cmd = "rg", -- find command (defaults to `fd`)
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user