You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGES.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,6 @@
1
+
#0.2.0
2
+
- Moved library to rplugin/node you can now install/update with Vundle.
3
+
1
4
#0.1.3
2
5
- Bump neovim-client version.
3
6
- IMPORTANT you need to `cd ~/.config/nvim/bundle/node-host && npm upgrade` to fix a bug in the plugin host that caused the parinfer to crash (should use `neovim-client 1.0.6` dependency)
(neovim [moved the config location here](https://github.com/neovim/neovim/wiki/Following-HEAD))
19
+
```
20
+
Plugin 'snoe/nvim-parinfer.js'
21
+
```
23
22
24
23
### Inside nvim
24
+
-`:PluginInstall`
25
25
-`:UpdateRemotePlugins` you should see `remote/host: node host registered plugins ['nvim-parinfer.js']`
26
26
-*restart* nvim
27
27
- infer pars
28
28
29
29
# Problems / troubleshooting
30
30
31
-
Undo after normal mode changes doesn't work well because parinfer's changes go to the top of the stack and popping just causes parinfer to run again.
31
+
Undo after normal mode changes doesn't work well because parinfer's changes go to the top of the stack and popping just causes parinfer to run again. Use `2u` to pop two things off the stack if you run into this situation.
32
32
33
33
This does not seem to work well with paredit's insert mappings, I'd suggest turning it off `let g:paredit_mode = 0`
0 commit comments