Neovim: Replacing Telescope with FZF-LUA

Поделиться
HTML-код
  • Опубликовано: 19 окт 2024

Комментарии • 24

  • @GandalfTheBrown117
    @GandalfTheBrown117 2 месяца назад

    Thank you really enjoyed this video!

  • @nanashi7726
    @nanashi7726 8 дней назад +1

    Hi! Thank you for your video!
    How to get the spell check feature?

    • @benfrainuk
      @benfrainuk  8 дней назад

      You can grab my config from github.com/benfrain/neovim

    • @kmfco
      @kmfco 2 дня назад

      I'm here for that ...

  • @iduran
    @iduran 2 месяца назад +4

    I use fzf-lua for live-grep and git status and pretty much Telescope for everything else. Initially I also switched entirely to fzf-lua but then started noticing a slight delay when triggering the commands as compared to telescope specially those with previews. Is there any particular reason I you switched to fzf-lua entirely?

    • @benfrainuk
      @benfrainuk  2 месяца назад +5

      No, Just curiosity. Wanted to see if it was any quicker on a larger repo. Wasn’t measurable but kept it as I quite like the aesthetic 👍

    • @iduran
      @iduran 2 месяца назад +1

      @@benfrainuk Yes, for very large projects fzf is just great. It by mistake I run telescope find_file on my entire home folder it will get stuck if I start typing a query, fzf (and so fzf-lua) on the other hand handles that like a champ. So I still use both and have Fzflua files mapped to a key binding. The reason I use Telescope is because I feel it a bit snappier when I first open the popup window as compared to fzflua (but both are great).

  • @brick4667
    @brick4667 2 месяца назад

    Do you have your dotfiles in their entirety posted anywhere?

    • @benfrainuk
      @benfrainuk  2 месяца назад

      No, Just my Neovim config files linked in the description.

  • @comically_large_chungus
    @comically_large_chungus 2 месяца назад +1

    what's the plugin to get the cursive font for the function keywords and comments?

    • @benfrainuk
      @benfrainuk  2 месяца назад

      I’m using Kanagawa theme and Kitty Terminal with Victor Mono font. 👍

  • @MohammadSalehzadeh-w8r
    @MohammadSalehzadeh-w8r 2 месяца назад

    why your cursor is so fast and smooth?

    • @benfrainuk
      @benfrainuk  2 месяца назад

      I’m using Kitty terminal. Always found that to be very fast. Maybe it is that? 🤷‍♂️

    • @MohammadSalehzadeh-w8r
      @MohammadSalehzadeh-w8r 2 месяца назад

      @@benfrainuk no its not kitty, I'm using kitty too but your scrolling and moving around in neovim is on another level 🥲
      i saw this kind of performance on zed editor but never on neovim

    • @to12126
      @to12126 2 месяца назад

      it's fast because kitty supports GPU

    • @benfrainuk
      @benfrainuk  2 месяца назад +1

      @@MohammadSalehzadeh-w8r I have a very fast key repeat setting so could that be a factor?

    • @MohammadSalehzadeh-w8r
      @MohammadSalehzadeh-w8r 2 месяца назад

      @@benfrainuk I figured that out and made mine 2 times faster and now my cursor is fast. thanks for helping 🙏🙏

  • @Danielo515
    @Danielo515 2 месяца назад

    Telescope is great, but it sucks compared to fzf-lua

    • @benfrainuk
      @benfrainuk  2 месяца назад

      What is it you find better about FZF-LUA?

    • @Danielo515
      @Danielo515 2 месяца назад +1

      @@benfrainuk performance. I work on repos with many files, and very large. Filtering with telescope, even using native extensions and stuff is ridiculously slow, to the point of freezing the editor. Also, It has too many configuration options making it very confusing