-
![maim-2023 04 09 16 39 56](https://user-images.githubusercontent.com/15631555/230797768-ab48302e-cbe2-4956-a2fc-00dbaa3e4752.png)
In this screenshot, the `pprint` is highlighted with `DianosticUnn…
-
An imported marco (I simplified the source file), prevented the correct parsing of the following class.
```cpp
#include
PXR_NAMESPACE_USING_DIRECTIVE
class Scene
{
};
```
I know tha…
-
- `nvim --version`: `NVIM v0.8.0-dev+70-g521e91e1c`
- `git --version`: `git version 2.30.2`
- Operating system/version: Ubuntu 21.04
- Terminal name/version: Alacritty
### Steps to reprodu…
-
### Describe the bug
I am not sure if this is tree-sitter problem but here I am.
Basically I was trying to install tree-sitter, I tried mingw, clang and zig. but it seems none of them works.
So…
-
### Feature already in Vim?
No
### Feature description
It's been brought up [here](https://github.com/euclidianAce/ltreesitter/discussions/3) to use (my) [ltreesitter](https://github.com/euclidianA…
-
local vimrc = vim.fn.stdpath("config") .. "/vimrc.vim"
vim.cmd.source(vimrc)
local lazypath = vim.fn.stdpath("data") .. "/lazy/lazy.nvim"
if not vim.loop.fs_stat(lazypath) then
vim.fn.system({…
-
**Is your feature request related to a problem? Please describe.**
I want to have swap functionality within more than just parameter lists. I want it on array elements and object constructor listings…
-
Hi Ray,
I'm seeing context order being messed up, whenever I move the cursor up a line, it duplicates the context showing up above it, like this:
![image](https://user-images.githubusercontent.com…
-
Very cool plugin! I would love to integrate this further with quarto-nvim such as using it for QuartoSendAbove etc. instead of the current `vim-slime` plugin.
I'm about to merge a cool addition to …
-
### Your `minimal.lua` config
```lua
---@diagnostic disable: missing-fields
--NOTE: Set config path to enable the copilot adapter to work.
--It will search the follwoing paths for the for copi…