-
- [vim scripts @ IBM](http://www.ibm.com/developerworks/views/linux/libraryview.jsp?site_id=1&contentarea_by=Linux&sort_by=Date&sort_order=1&start=1&end=4&topic_by=All%20topics%20and%20related%20produ…
-
I see various JS files and what looks like autocompletion (just guessing, I've never written a VS Code extension before).
I compared this to https://github.com/XadillaX/vscode-language-viml, and I …
-
Ideally, something that will hook into deoplete for snippet completion.
https://github.com/joereynolds/deoplete-minisnip and https://github.com/joereynolds/vim-minisnip are interesting, but fatih/v…
-
One small bug I noticed:
if I'm using multiple traits in a class like this:
```
class Foo {
use BarTrait, FoobarTrait;
}
```
I cannot import the namespace for the second trait. It says that imp…
-
This is something that I wasn't able to solve in a previous attempt becuase of my inexperience with VimL.
I should give this another shot soon.
Example of the problem;
![image](https://user-ima…
-
The one and only [luajit wiki](http://wiki.luajit.org/Home) and [luajit not yet implemented](http://wiki.luajit.org/NYI#libraries_string-library).
1. Performance tips: wiki ~~+ wait for [status inf…
-
Ctrlp team:
I like ctrlp, it's one of the best plugin i have used. I'm trying to walk through the code recently. I got to say, there are too few comments, and too many abbreviation, and i'm not a sea…
-
As a 20+ years user of Vim, I was pleased to see a description of Vimscript AKA VimL included. However there are a couple of small items that need to be fixed. If HiPhish doesn't get to them, I'll see…
-
A year ago @yegle added syntax checker feature to vim-beancount (https://github.com/nathangrigg/vim-beancount/pull/8). It suddenly occurred to me that this syntax checker does not respect `beancount_r…
-
Request implementation of the Parinfer algorithm presented at https://shaunlebron.github.io/parinfer/
I am a neophyte to Common Lisp, but based on what I've noticed at the Parinfer webpage, it looks …
ghost updated
2 years ago