-
### Description
Diagnostic virtual text does not get updated in the treesitter context until you go out of the scope and then back in. It can be confusing when there is diagnostic virtual text displa…
-
Hi,
When a Lua string starts with prefix `\u`, the string is parsed as Lua code. For example:
```
a="\u9"
```
Returns the following output:
```
line 1:2 token recognition error at: '"\u…
-
### Discussed in https://github.com/vscode-neovim/vscode-neovim/discussions/2280
Originally posted by **1POP1k33kxx0x0xz** October 10, 2024
My init.lua isn't being found by the extension on Wi…
-
### Problem
In my case, using `vim.schedule` fixed this
Ref: https://github.com/kawre/leetcode.nvim/issues/141
### Steps to reproduce
```lua
-- Run this file as `nvim --clean -u minimal.lua`
for …
kawre updated
1 month ago
-
pleaseeee
-
**NeoVim Version**
```
NVIM v0.10.1
Build type: Release
LuaJIT 2.1.1725453128
```
**Describe the bug**
I am running LazyVim with `python` and `test` extra and for some reason running the Neot…
-
### Checklist
- [X] I have searched through the AstroNvim documentation
- [X] I have searched through the existing issues of this project
- [X] I have searched the existing issues of plugins related …
-
**Describe the bug**
If session file contains help buffers from plugins which will be loaded after VimEnter then session restore fails.
**To Reproduce**
Save as `repro.lua`:
```lua
--[[ Minim…
-
For example, if you parse a UTF-8 string with the `U+00A3 POUND SIGN` (`£`) character and test it for equality with the `"£"` string literal (or equivalently `"\u00a3"`), you'll get `false` in some ta…
-
**Describe the bug**
I am consistently getting a segmentation fault on retrieving certain variables using session:getVariable in LUA
The variables are _bleg_created_time_ and _bleg_answered_time_ an…
ddamw updated
1 month ago