nvim-telescope / telescope-fzf-native.nvim

FZF sorter for telescope written in c
1.38k stars 45 forks source link

error with prompt_cache #1

Closed seocamo closed 3 years ago

seocamo commented 3 years ago

i added this instand of the fzy plugin and run the find_file and got this error Error executing vim.schedule lua callback: ...escope-fzf-native.nvim/lua/telescope/_extensions/fzf.lua:26: attempt to index field 'prompt_cache' (a nil value) Error executing vim.schedule lua callback: ...escope-fzf-native.nvim/lua/telescope/_extensions/fzf.lua:26: attempt to index field 'prompt_cache' (a nil value) Press ENTER or type command to continue

Conni2461 commented 3 years ago

requires up to date telescope. forgot to mention that :laughing:

seocamo commented 3 years ago

i forgot to update telescope duh