-
# Issue
Running the `:Neomake` command blocks the UI for a few seconds for me. Setting `g:neomake_verbose = 3` reveals that this happens before the first line of neomake's output appears.
I've trace…
-
I use the following mappings on my `.nvimrc` and it does not work using tmux inside urxvt.
``` viml
nnoremap h " only C-h does not work.
nnoremap j
nnoremap k
nnoremap l
```
env output
```
BROW…
-
Following the instructions in the docs with a clean clone of nvim-hs, I get the following errors when running `cabal install`:
```
[17 of 27] Compiling Neovim.API.TH ( library/Neovim/API/TH.hs, di…
-
This might be a bug report (or a usability issue) it might also be just me approaching intero-neovim wrongly.
- I have a project managed by stack (i.e. stack build, etc works).
- I installed intero wi…
-
Hi there,
This is a great project, thanks a lot!
Playing with the example code, I've noticed the following: when I `:echo Fibonacci(128)`, it fails with
```
Error detected while processing function…
-
Hi @tweekmonster I was wondering if it is possible to highlight imports of the form `from foo import bar` as functions rather than Keywords? For instance in the next image I would like `bar` to be hig…
-
I am using Neovim on Mac OSX 10.11.4.
I can't seem to get txtfmt to work at all. When issuing the command :MakeTestPage, I get the following error message:
`global mapping already exists for '`
Wh…
pdoak updated
8 years ago
-
From the docs:
> Create a file called nvim.hs in $XDG_CONFIG_HOME/nvim (usually ~/.config/nvim with the following content:
`$XDG_CONFIG_HOME` does not necessarily exist on OS X. What's the right pla…
-
On my system, cloning my fork and running `stack build` yields the following:
``` haskell
nvim-hs-0.0.5: build
Preprocessing library nvim-hs-0.0.5...
library/Neovim/Classes.hs:4:14: Warning:
-XO…
-
As far as I can tell, this repo has the best shot of allowing me to use C++ code in a Haskell library. The code currently fails to compile on Setup.hs due to missing `compBuildOrder` in newer versions…