Editor Extensions
Tools or extensions maintained by third-party developers different editors.
Install Neovim python client.
pip3 install --upgrade neovim
Use your favorite Neovim plugin manager to install
fzf-gitignore
.Plug 'junegunn/fzf', {'dir': '~/.fzf', 'do': './install --all'}
Plug 'fszymanski/fzf-gitignore', {'do': ':UpdateRemotePlugins'}
Press
Cmd+P
for MacOS and Ctrl+P
for Linux/Windows to launch VS Code Quick Open, paste the following command, and press enter.ext install gi
Last modified 5yr ago