diff options
| author | Chris <[email protected]> | 2021-03-14 22:25:28 -0400 |
|---|---|---|
| committer | Chris <[email protected]> | 2021-03-14 22:25:28 -0400 |
| commit | 90980295d06a2b78c8d0efdd1769eeb6b4f35133 (patch) | |
| tree | 005e2de81270c2e69bdf04c9d3b6cfa7ae445de4 /README.md | |
| parent | 9a3ee3a3c6298bb3bb639aee3b474aaad2d37dec (diff) | |
udpate readme add installer
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -2,6 +2,22 @@ If you are looking for my old configs checkout the two snapshot branches on this repo, there is one for CoC and one for Native LSP +## Install in one command + +bash <(curl -s https://raw.githubusercontent.com/ChristianChiarulli/nvcode/master/utils/installer/install-nv-code.sh) + +## Get the latest version of Neovim + +```bash +cd ~ +sudo rm -r neovim +git clone https://github.com/neovim/neovim +cd neovim +sudo make CMAKE_BUILD_TYPE=Release install +cd ~ +sudo rm -r neovim +``` + ## TODO - Fix quickscope colors - fix annyoing comment nonsense |
