Christian Clason
Christian Clason
Problem: if fname is a relative path, the returned URI is invalid (only absolute paths are allowed) Solution: call `vim.fn.fnamemodify(fname, ':p') to force absolute path Adapt tests so Windows file...
**Goal:** Enable out-of-the-box `treesitter` highlighting of core languages (Lua, Vimscript) for Neovim 0.8 **Roadmap:** * [x] Replace static capture-to-highlight group table with automatic mapping (hierarchical, e.g., `@keyword.special` from Lua gets...
One thing I really miss from other viewers is the ability to search in files, ideally with the same shortcuts as `less`: ``` SEARCHING /pattern * Search forward for (N-th)...
I appreciate that the current design is much easier to maintain, but it would be nice to have `lightspeed` do proper on-demand loading (similarly to how old vimscript plugins did...
To debug nvim issues, the first step is usually launching with `nvim --clean` (all user config and plugins are skipped, "factory defaults"). It would be useful to add a checkbox...
This is a tracking issue collecting requests for new languages to add to nvim-treesitter. If you would like to add a language to the list, comment on this issue with...
## Note: this is a pinned issue as target for non-bug reports due to outdated parsers or queries ### What happens After updating, highlights are broken for some or all...
This issue is used to announce breaking changes (and possibly other critical info). Users are strongly encouraged to subscribe to this issue to get notified of such changes. Every breaking...
Currently, conceals are set unconditionally, which is a regression over legacy syntax files which usually gate the more controversial ones (like JSON quotes) behind a global configuration option. We should...
This is a bit out there but could be quite useful, so I thought I'd open an issue to track/collect ideas. The drawback of hererocks is that it adds a...