diff options
author | ChristianChiarulli <[email protected]> | 2019-08-07 19:20:24 -0400 |
---|---|---|
committer | ChristianChiarulli <[email protected]> | 2019-08-07 19:20:24 -0400 |
commit | 8b11502fd63742e0b57db15d3ab45c5f35f485e4 (patch) | |
tree | 13ad508870a9e7786c31f304d5e4556d7c250ccf /README.md | |
parent | 1b5b78fdac6c8182f583d4875c621c6e6566182b (diff) |
updated some junk
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 24 |
1 files changed, 24 insertions, 0 deletions
@@ -3,3 +3,27 @@ Follow my development here <https://chiarulli.me> + +``` +conda create -n neovim python=3.7 + +npm i -g neovim + +pip install 'python-language-server[all]' + +pip uninstall pycodestye + +pip install vim-vint + +npm i -g bash-language-server + +npm install -g javascript-typescript-langserver + +``` + +install ripgrep" for gutentags to ignore .gitignore + +install universal ctags" + +make sure you open the language server module and point to the correct binaries such as pyls and vint + |