summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/README.md b/README.md
index 8329c5ca..2d18684d 100644
--- a/README.md
+++ b/README.md
@@ -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