Gavinok
Gavinok
`let g:surround_insert_tail = "{{++}}"` [plugin/util/commentobj.vim](https://github.com/Gavinok/dotvim/plugin/util/commentobj.vim)
Mucomplete is awesome and works well with most lsp plugin when they use omnicomplete. This issue I have is that some languages take a while for there language server to...
I figure this is out of the scope at the moment but wanted to put it out there and see if there is any interest.
For better utilizing the limited human resources, please include the following information when reporting an issue. Issues which do not follow the format may be immediately closed without review. ##...
when I run the `ls` command in rash I get the following error ``` history-delete: index out of history range, -7 - 6 context...: /usr/share/racket/pkgs/readline-lib/readline/rktrl.rkt:126:0: history-delete /usr/share/racket/pkgs/readline-lib/readline/pread.rkt:67:0: add-to-history /usr/share/racket/pkgs/readline-lib/readline/pread.rkt:137:0: do-multiline-chunk...
When using the Conversation method `func (c *Conversation) Next()` I get this error. ``` json: cannot unmarshal number into Go struct field .thread.items.Media.id of type string ``` Often it Next()...
Haven't tried on master yet but just typing in `(())` into the repl causes an infinite loop for some reason.
Not sure how feasible but I think if the repl is moved to a split tab in the same way Calva does then adding completion should be possible. I figure...