Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

使用telescope时的一个问题 #8

Closed
Kdfyd opened this issue Nov 26, 2023 · 3 comments
Closed

使用telescope时的一个问题 #8

Kdfyd opened this issue Nov 26, 2023 · 3 comments

Comments

@Kdfyd
Copy link

Kdfyd commented Nov 26, 2023

当使用空格键加ff时:E5108: Error executing lua: ...ck/packer/start/telescope.nvim/lua/telescope/pickers.lua:347: Invalid 'event': 'User TelescopeFindPre' ,无法使用telescope

@moon-jam
Copy link

moon-jam commented Jun 24, 2024

這是舊版telescope問題 ( 詳見此處
只要將版本更新即可,把 pugins-setup.lua 中 telescope 的版本改成 0.1.4 重開後就能正常運作了

  use {
    'nvim-telescope/telescope.nvim', tag = '0.1.4',  -- 文件检索
    requires = { {'nvim-lua/plenary.nvim'} }
  }

執行完上面兩還之後應該就可以正常運作了

@Kdfyd
Copy link
Author

Kdfyd commented Jun 26, 2024

這是舊版telescope問題 ( 詳見此處 ) 只要將版本更新即可,把 pugins-setup.lua 中 telescope 的版本改成 0.1.4 重開後就能正常運作了

  use {
    'nvim-telescope/telescope.nvim', tag = '0.1.4',  -- 文件检索
    requires = { {'nvim-lua/plenary.nvim'} }
  }

執行完上面兩還之後應該就可以正常運作了

好的,非常感谢你!

@Kdfyd Kdfyd closed this as completed Jun 26, 2024
@Yrd980
Copy link

Yrd980 commented Sep 1, 2024

补充其他问题
E5113: Error while calling lua chunk: ...m/lazy/telescope.nvim/lua/telescope/_extensions/init.lua:10: 'fzf' extension doesn't exist or isn't installed: module ' telescope._extensions.fzf' not found
参考 https://www.reddit.com/r/neovim/comments/183pj1i/how_to_resolve_fzf_extension_doesnt_exist_or_isnt/
E5108: Error executing lua: ...share/nvim/lazy/telescope.nvim/lua/telescope/pickers.lua:347: Invalid 'event': 'User TelescopeFindPre'
参考 nvim-telescope/telescope.nvim#2734

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants