Can you make fzf continuously predict what word you're trying to write in Insert Mode, to save you time when writing prose?

This page summarizes the projects mentioned and recommended in the original post on /r/neovim

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • cmp-dictionary

    Discontinued A dictionary completion source for nvim-cmp

  • cmp-spell

    spell source for nvim-cmp based on vim's spellsuggest.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • fzf-lua

    Improved fzf.vim written in lua

  • I think the easiest would be to customize the fuzzy search of cmp and use fzf there, not sure if this is exposed in the cmp api, but I think it might be it is very customizable, maybe ask in their github. Or you could write your own cmp like plugin of course that is based around fzf. Might want to look at https://github.com/ibhagwan/fzf-lua for inspiration on how to use fzf from lua.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts