fzf(Fuzzy File Finder) enhances the efficiency and convenience of your command-line workflow.
Installation of fzf
1 | # Install the fzf itself by Homebrew |
1 | # Install the fzf itself by Homebrew |
1 | chsh -s /bin/zsh |
2021 Archlinux双系统安装教程(超详细) - 知乎
以官方Wiki的方式安装ArchLinux | viseator’s blog
The neovim config file is in ~/.config/nvim/init.vim
w
we should create two directory
~/.config/nvim/autoload
~/.config/nvim/plugged
1 | mkdir -p ~/.config/nvim/autoload ~/.config/nvim/plugged |
1 | # Download vim-plug |