marcg03

Results 5 comments of marcg03

I encountered problems with the `test_case` method (in `editorconfig_spec.lua`). The error is from passing `{ buf = 0 }` to `nvim_get_option_value` when getting the value of `spell` because it's **window-local**...

Looks like I forgot to add some parameters. It's weird because when I ran `make test` locally I didn't get an error.

I was able to reproduce in the sense that the buffer created in _init.vim_ was getting discarded when launching **nvim**. I added the following line in _init.vim_ which solved the...

I could also try to tidy the commit history a bit if you think it's needed.

If you have the raw texts, you could use `from gliner.data_processing.tokenizer import WordsSplitter` and use `WordsSplitter`.