LunarVim/README.md

59 lines
868 B
Markdown
Raw Normal View History

2019-02-10 21:18:36 +01:00
# Nvim
2020-03-31 22:14:42 +02:00
## Install
To install run the install script in the install folder
```
./install
```
## Post install
After install open Neovim and run the following:
```
:UpdateRemotePlugins
:checkhealth
```
2019-02-10 21:21:06 +01:00
Follow my development here
2019-02-10 21:19:13 +01:00
<https://chiarulli.me>
2019-08-08 01:20:24 +02:00
```
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
2019-08-11 04:31:27 +02:00
## TODO
start using coc
install this stuff
2020-04-01 18:07:50 +02:00
https://github.com/kevinhwang91/rnvimr
VimWiki
coc
2019-08-11 04:31:27 +02:00
Plug 'numirias/semshi', {'do': ':UpdateRemotePlugins'}
https://github.com/voldikss/coc-todolist