hoarse-boy

Results 6 comments of hoarse-boy

@xtrats if you really need the go inlay, you can use the inlay from neovim/nvim-lspconfig, and disable go.nvim's inlay.

@xtrats my bad, didn’t notice that you have `neovim version: 0.9.5`. from what i heard `neovim/nvim-lspconfig` only works on nvim nightly `0.10`.

@9mm did you use the inlay from neovim/nvim-lspconfig and disable go.nvim's? you can check my config [here](https://github.com/hoarse-boy/nvim/blob/main/lua/plugins/extras/lang/go.lua). I disabled go.nvim inlay hints and only use inlay from nvim-lspconfig ```lua require("go").setup({...

@harshad1 there is already a [PR](https://github.com/bullets-vim/bullets.vim/pull/101/files). removing `ceil` fix the issue from @yutanagano but when the scenario is like below it leave the parent checkbox empty. ```md - [ ]...

> [@hoarse-boy](https://github.com/hoarse-boy) would you be willing to add a test to that PR? It is described in the comments. @harshad1 sorry for the late reply. you mean the comments in...

> The tests are actually in Ruby. If you look at the comments and the existing tests they're pretty easy to write. > > I help maintain this project and...