diff options
| author | Chris <[email protected]> | 2020-05-11 23:52:49 -0400 | 
|---|---|---|
| committer | Chris <[email protected]> | 2020-05-11 23:52:49 -0400 | 
| commit | 939a5122a5c6f6a4720beb0cf438eeaaa14c34b9 (patch) | |
| tree | 11e4eca1e38ef3df7f798c69e91755b758f36dfd /README.md | |
| parent | 8b130cbf8e7dcffff5fdefdbe51787571b29ddfa (diff) | |
add install command to readme
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 16 | 
1 files changed, 13 insertions, 3 deletions
| @@ -1,8 +1,14 @@  # Nvim Mach 2 -## VSCode integration +## Install in one command -We will be integrating with VSCode using [this](https://github.com/asvetliakov/vscode-neovim) +The following will install this config if you have an existing config it will move it to `~/.config/nvim.old` + +This script only supports Mac, Ubuntu and Arch + +``` +bash <(curl -s https://raw.githubusercontent.com/ChristianChiarulli/nvim/master/utils/install.sh) +```  ## Install Neovim @@ -104,7 +110,7 @@ Example:    }    ``` -# TODO +## TODO  - People asked about vimwiki I kinda hate it but maybe I'll add it  - float term lazy git @@ -118,3 +124,7 @@ Example:  - float term  - neovide  - setup global coc extensions to auto install + +## VSCode integration + +We will be integrating with VSCode using [this](https://github.com/asvetliakov/vscode-neovim) | 
