diff options
| author | Chris <[email protected]> | 2020-03-31 16:14:42 -0400 | 
|---|---|---|
| committer | Chris <[email protected]> | 2020-03-31 16:14:42 -0400 | 
| commit | 9b9dfb9cc52f394466ca8c94aa88960ef09c77af (patch) | |
| tree | b1ce10f67a06c8d71d8279df1a040ddd07968f63 /README.md | |
| parent | cc7de261235832ab16f89947e1901e85990490aa (diff) | |
big update
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 19 | 
1 files changed, 18 insertions, 1 deletions
| @@ -1,5 +1,23 @@  # Nvim +## Install  + +To install run the install script in the install folder + +``` +./install +``` + +## Post install + +After install open Neovim and run the following: + +``` +:UpdateRemotePlugins + +:checkhealth +``` +  Follow my development here  <https://chiarulli.me> @@ -18,7 +36,6 @@ pip install vim-vint  npm i -g bash-language-server  npm install -g javascript-typescript-langserver -  ```  install ripgrep" for gutentags to ignore .gitignore | 
