Linda_pp

Results 117 issues of Linda_pp

`unique symbol` type was added to TypeScript at v2.7. This PR adds highlight for it. https://www.typescriptlang.org/docs/handbook/release-notes/typescript-2-7.html#unique-symbol ```typescript // Works declare const Foo: unique symbol; // Error! 'Bar' isn't a constant....

This is a test issue to test github-complete.vim. See `test/` directory.

wontfix

Currently this component assumes that `vim.js` is loaded by `` tag. However, it always requires loading `vim.js` even if it is not used. `vim.js` is big and takes time to...

enhancement

![2015-10-11 18 32 17](https://cloud.githubusercontent.com/assets/823277/10416185/84140fc4-7046-11e5-8fc3-961c7649e58a.png) It seems that this occurs only in Chrome on OS X. Safari was OK and Chrome on Linux was OK. I analyzed this bug a bit...

bug

I'm using my fork `promised-neovim-client` but official `neovim-client` is rewritten and improved. I should move to it.

enhancement

Currently `` component requires `child_process` module to invoke Neovim process and communicate with msgpack-rpc API using stdio. However, the way to communicate with Neovim is not only stdio. It is...

enhancement

Currently NyaoVim simply ignores swap files because message on detecting swap file is shown before Neovim opens screen and NyaoVim can't catch it yet. But `SwapExists` auto command event may...

enhancement

Detail is here. https://github.com/equalsraf/neovim-qt/issues/50

enhancement

But I haven't any sense to make a logo :dog2: ..... Anyone can suggest a logo for this language (Note that I don't like to use an anime character for...

enhancement

[Current logo](https://github.com/rhysd/YourFukurou/blob/master/images/icon.png) is just a placeholder. If anyone has a suggestion (please ensure to be OK in terms of license), let me know by commenting here.

help wanted