diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -37,6 +37,7 @@ - xdotool - ripgrep - fd +- tmux - tree-sitter - vim - - - @@ -124,6 +125,11 @@ source /usr/local/bin/fzf/shell/completion.zsh $ make CMAKE_BUILD_TYPE=Release $ sudo make install ``` +- Install Packer (package manager) + ```bash + $ git clone --depth 1 https://github.com/wbthomason/packer.nvim\ + ~/.local/share/nvim/site/pack/packer/start/packer.nvim + ``` - Uninstall: ```bash $ sudo rm /usr/local/bin/nvim |
