Anton Kavalkou
Anton Kavalkou
### Describe the bug When I'm trying to input an asterisk into `.org` file nightly neovim freezes. I tested it with neovim 7.2 and everything works fine there. ### Steps...
Hi! In [Json spec](https://www.json.org/json-en.html) a number can not start with a dot. However [according to the grammar](https://github.com/tree-sitter/tree-sitter-json/blob/master/grammar.js#L78) it is possible. Is this intentional? Would you accept pull request that removes...
## Feature Request Type - [ ] Core functionality - [ ] Add-on hardware support (eg. audio, RGB, OLED screen, etc.) - [x] Alteration (enhancement/optimization) of existing feature(s) - [...
### FAQ - [X] I have checked the [FAQ](https://github.com/jose-elias-alvarez/null-ls.nvim#faq) and it didn't resolve my problem. ### Issues - [X] I have checked [existing issues](https://github.com/jose-elias-alvarez/null-ls.nvim/issues?q=is%3Aissue) and there are no issues with...
**Describe the bug** Hey! I'm getting an error when opening rust files. ``` Error detected while processing BufReadPost Autocommands for "*": Error executing lua callback: /usr/local/share/nvim/runtime/filetype.lua:24: Error executing lua: /usr/local/share/nvim/runtime/filetype.lua:25:...
Hey! I really enjoy using this plugin, use it almost every day. Some queries that I run takes long time to complete. And while they are running I don't get...
Hey @hudclark! How you doing? I created a [simple tree sitter grammar](https://github.com/antosha417/tree-sitter-grpc-nvim) for *.grpc files. I wanted to combine bash and json treesitter grammars but didn't find a way to...
Neovim does dot save the files after applying workspace edit. Because of that we need to manually save files to stop seeing errors after refactoring. Wolud be great to have...