aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorsrdusr <trevorgray@srdusr.com>2023-08-09 23:35:39 +0200
committersrdusr <trevorgray@srdusr.com>2023-08-09 23:35:39 +0200
commitafb74da07087434c0f78e9c6a121fe864767e19a (patch)
tree9e74c1191ea72db1f32bb95ce85df05e90ac6efe /README.md
parent1c3f64b4a50d64e1e33a2937142937e6e265a9ad (diff)
downloaddotfiles-afb74da07087434c0f78e9c6a121fe864767e19a.tar.gz
dotfiles-afb74da07087434c0f78e9c6a121fe864767e19a.zip
Neovim packer installation
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index b01b271..d446cdd 100644
--- a/README.md
+++ b/README.md
@@ -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