stevearc / vim-arduino

Vim plugin for compiling and uploading arduino sketches
MIT License
344 stars 24 forks source link

Feature: Enable fzf selection if fzf is avaiable #18

Closed jerdna-regeiz closed 5 years ago

jerdna-regeiz commented 5 years ago

Choosing the board details (and other stuff) is great. But using numbers feels like back in the 80s, and ctrlp messes with my terminal (and is not my plugin of choice). FZF comes to the rescue! Awesome fuzzy searching within boards (and all other times you have to arduino#Choose)

stevearc commented 5 years ago

LGTM!