-
Hi
I want to use fvim as the gui for nvim on wsl. I see I can start fvim like this
```
fvim --wsl
```
and it works fine, but I use lunarvim as my preferred setup. As is, fvim is starting nv…
-
Hi, I am seeing these lines:
![Screenshot from 2022-08-30 16-55-07](https://user-images.githubusercontent.com/46827431/187566241-7394f192-e649-436f-bd6b-822bbb07d588.png)
If I add text to a line, …
-
Subscribe to this issue and stay notified about new [daily trending repos in Lua](https://github.com/trending/lua?since=daily).
-
**Is your feature request about something that is currently impossible or hard to do? Please describe the problem.**
This came up while handling `SessionWritePost`. https://github.com/vim/vim/issues/…
-
### Neovim version (nvim -v | head -n1)
NVIM v0.11.0-dev-1050+g45e319ade
### Operating system/version
Kubuntu 24.04
### How to reproduce the issue
When I start the debug session and the cursor is…
-
### Problem
I'm looking for a way to improve the startup experience of Neovide, to create the window with the correct size from the start and fix some other startup related sizing issue.
But the p…
-
I'd like to disable the plugin in certain buffers depending on filetype or buftype:
```lua
require('visual-whitespace').setup({
exclude = {
filetypes = { "neo-tree" },
buftypes = { "q…
-
I found this issue with `gitcommit` and `diff` files.
my lighthaus and treesitter config:
```lua
require("nvim-treesitter.configs").setup {
auto_install = true,
highlight = {
enable = tr…
-
### Problem
After upgraded to 3.8.3, this happens
```
Failed to run `config` for indent-blankline.nvim
.../share/nvim/lazy/indent-blankline.nvim/lua/ibl/utils.lua:22: type: expected function: …
mei28 updated
2 weeks ago
-
Hi, sorry for noob questions/requests. Would you mind explaining how to use this plugin ? I installed it but I do not know how to use it ( I am new to Neovim). Thanks