-
### Not a question
- [X] This is not a question. If you have a question, use [discussions](https://github.com/uga-rosa/ccc.nvim/discussions).
### I investigated.
- [X] I have read README.md, help d…
-
### Bug:
Error Messages pop up for every entered character when hls (the haskell language server) is attached:
>LSP[hls] Error condition, please check your setup and/or the [issue tracker](https://g…
jergk updated
1 month ago
-
Sorry beforehand if this is a dumb question and I'm just using the LSP wrong.
I'm using https://www.lazyvim.org/ as my package manager for Neovim and here's my `~/.config/nvim/lua/plugins/idris2.lu…
-
Hey,
Is there a list of plugins using nvim-hs ?
I'm still learning and reading code of other plugins would be a big help; the examples in this repo are a good start, but I'd like to see the "real …
pyrho updated
4 years ago
-
### 🐛 Describe the bug
I write markdown in chinese, and I link to the heading of other file using `[[文档#标题1]]`.
Problem 1:
When I press Enter on the link, it promts for creating new note instea…
-
### Summary
_No response_
### Steps to reproduce the behavior
nix develop
open test/Spec/Arbitrary.hs in nvim.
wait
### Actual Result
_No response_
### Expected Result
_No response_
### Desc…
-
### Your environment
Which OS do you use?
MacOS and Arch Linux, the issue appears on both.
Which version of GHC do you use and how did you install it?
GHC 9.10.1 using ghcup
How…
-
`Lenovo\AppData\Local\nvim-data\lazy\cornelis\ftplugin\agda.vim[17]..function nvimhs#start[35]..remote#host#Require[10]..45_buildStartAndRegister[24]..45_ifHashDiffersBuildAndStart[13]..45_startAndUpd…
-
Hello !
I am attempting to set up my environment ( haskell beginner ) however even after browsing nvimhs.vim I can't figure out where to put the so called config file
```haskell
import Neovim
…
milvi updated
3 years ago
-
Minimal example (app/Main.hs file in standard stack's `new` template):
```haskell
{-# LANGUAGE RecordWildCards #-}
data Foo a = Foo {foo :: a, bar :: a}
fun :: Foo a -> a
fun f @ Foo{..} = fo…