diff options
author | Chris <[email protected]> | 2020-09-17 11:42:18 -0400 |
---|---|---|
committer | Chris <[email protected]> | 2020-09-17 11:42:18 -0400 |
commit | 5c1f705354a82e3202cd35983a0f9e3e49c51b60 (patch) | |
tree | bf53d5a1c2069ef87e76df9c706d9c24346f8293 /README.md | |
parent | f9a702491b79468090efe124d93471afc35e4b09 (diff) |
update settings
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -18,6 +18,8 @@ bash <(curl -s https://raw.githubusercontent.com/ChristianChiarulli/nvim/master/ ``` brew install neovim + + brew install --HEAD neovim # Latest ``` - Ubuntu @@ -30,6 +32,8 @@ bash <(curl -s https://raw.githubusercontent.com/ChristianChiarulli/nvim/master/ ``` sudo pacman -S neovim + + yay -S neovim-git # Latest ``` ## Clone this repo into your config |