-
### Describe the bug
The following bash code
```bash
${foo/a/b}
```
raises the error:
```text
Error in decoration provider treesitter/highlighter.win:
Error executing lua: ...2962/usr/share/nvim/r…
-
**Describe the bug**
When running `require "nvim-treesitter-textobjects.select".select_textobject("@class.outer", "textobjects")` I get this big error:
```
E5108: Error executing lua ...r-textobjects/…
-
### Describe the bug
Neovim freezes with only nvim-treesitter plugin installed and editing C# source code.
### To Reproduce
1. Use this neovim configuration file with nvim-treesitter installed as p…
-
I have something like this in my config:
```lua
vim.api.nvim_create_autocmd({ "BufRead", "BufNewFile" }, {
pattern = "*.org",
callback = function()
require("otter").activate()
end,
})…
-
Hello Problog Team,
is it correct that the following program throws an inconsistent evidence error?
0.5::topic(t1).
0.5::topic(t2).
1.0::word(w1) :- topic(t1).
0.0::word(w2) :- topic(t1).
…
-
Saw the class Constraint defined in the Problog 2.2 documentation. Has support for this been added..
-
I find it hard to understand how Problog2 manages to calculate this code where there is circularity between the predicates rain and snow.
0.4::rain.
0.1::snow.
0.2::rain :- snow.
0.1::snow :-…
-
Hello !
In the paper "Anytime inference in probabilistic logic programs with Tp-compilation," it is described how anytime inference can be made in ProbLog.
I wondered if obtaining the evolution of…
-
### Describe the bug
Some errors occurs when opening a Markdown file containing LaTeX syntax:
```log
Error in decoration provider treesitter/highlighter.win:
Error executing lua: .../current/sha…
-
### Did you read the documentation and check existing issues?
- [X] I have read all the [`:help neominimap`](https://github.com/Isrothy/neominimap.nvim/blob/main/doc/neominimap.nvim.txt) documentat…