blob: 90032db521cc1e7f7aa15ec08b5a707e3ed8ba67 (
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
|
# 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
```
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
### Install this stuff
- Document node nonsense in order to install coc
- configure coc settings better
- need formatter for other languages
- Java support
- Need support for image in current ranger implementation
- https://github.com/kevinhwang91/rnvimr (Note Ueberzug doesn't work on mac which sucks, also neither does this plugin)
- Check out more coc extensions
- https://github.com/voldikss/coc-todolist
- VimWiki
- fix tmux messing up my colors
- figure out denite and give it a good shortcut
|