Skip to content

Commit 7538a78

Browse files
beardnickhugocheng
authored and
hugocheng
committed
feat:delete telescope fzf extensions
1 parent 8b4eee9 commit 7538a78

File tree

2 files changed

+0
-21
lines changed

2 files changed

+0
-21
lines changed

vim/my.nvim/lua/plugins/telescope.lua

-16
Original file line numberDiff line numberDiff line change
@@ -8,22 +8,6 @@ end
88

99
local extensions = {}
1010

11-
if loaded('telescope-fzf-native.nvim') then
12-
require('telescope').load_extension('fzf')
13-
extensions.fzf = {
14-
fuzzy = true, -- false will only do exact matching
15-
override_generic_sorter = true, -- override the generic sorter
16-
override_file_sorter = true, -- override the file sorter
17-
case_mode = "smart_case", -- or "ignore_case" or "respect_case"
18-
}
19-
end
20-
21-
if loaded('telescope-fzy-native.nvim') then
22-
require('telescope').load_extension('fzy_native')
23-
end
24-
25-
require'telescope'.load_extension('goimpl')
26-
vim.api.nvim_create_user_command('Goimpl','Telescope goimpl',{})
2711

2812
require('telescope').setup{
2913
defaults = {

vim/my.nvim/lua/telescope/_extensions/goimpl.lua

-5
This file was deleted.

0 commit comments

Comments
 (0)