-
So whenever I have linter enabled, and I open a file for which there is a linter error, it sporadically seems to stop me clicking on any unopened files above the currently selected file in the tree-vi…
-
```
function! parinfer_lib#ParenMode(text, options)
let l:result = s:ProcessText(a:text, s:INDENT_MODE, a:options)
return s:PublicResult(l:result)
endfunction
```
there should probably be
…
-
For example, I was stopped at a breakpoint, went to the Console, and saw this:
Error: Failed to execute 'setStart' on 'Range': There is no child at offset 20.
at Console.DiracPromptWithHistory…
-
Hi, I found a problem about parinfer-mode but it maybe is not problem of parinfer-mode.
The cursor will auto backward many lines when I use backspace delete char in evil insert state, and the problem…
-
Hi,
I've followed instructions for installation from README.md, but plugin wasn't working.
It seams that current commit doesn't publish g:Select_full_from() as global function. When i removed g: fro…
-
[Enter steps to reproduce below:]
1. Set configs
2. Restart
**Atom Version**: 1.2.3
**System**: Mac OS X 10.11.1
**Thrown From**: [linter-clojure](https://github.com/AtomLinter/linter-clojure) packag…
-
#### Description :octocat:
It would seem that #9127 introduced a regression in layer indexing. I managed to get my system into a working state by deleting https://github.com/syl20bnr/spacemacs/commit…
-
[Enter steps to reproduce:]
1. right-clicking in the tree view,
2. don't know if i did anything out the ordinary
**Atom**: 1.14.2 ia32
**Electron**: 1.3.13
**OS**: Microsoft Windows 10 Pro
…
-
Hi @anmonteiro,
After thinking about #16 as well as the file watch ticket, I think it's probably better to clarify the role of Lumo in the README. My current understanding is that lumo is very simi…
-
http://neovim.org/doc/user/remote_plugin.html#remote-plugin
The Python sample works. I'd love to easily install the soon-to-be-a-torrent of awesome remote plugins for nvim.
As far as I can see, it'd…