blob: 6f40f4096280630e75ee3a41c6cd4180434a5a25 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
|
# 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>
```
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
## TODO
start using coc
install this stuff
Plug 'numirias/semshi', {'do': ':UpdateRemotePlugins'}
Plug 'weirongxu/plantuml-previewer.vim' " Plantuml-previewer
https://github.com/voldikss/coc-todolist
|