-
Do you currently have a solution for debugging in nvim or is it something you would do in other editor?
-
### Problem
Since https://github.com/neovim/neovim/pull/28525 was merged, I've removed https://github.com/tpope/vim-unimpaired from my configuration.
I miss nothing except for `]p` and `[p`. Using …
-
Error executing vim.schedule lua callback: ...nxu/.local/share/nvim/lazy/specs.nvim/lua/spe
cs/init.lua:101: attempt to index field 'col' (a number value)
stack traceback:
...nxu/.local/sha…
cxwx updated
5 months ago
-
### Nvim
I followed the instructions in this [link](https://github.com/nvim-treesitter/nvim-treesitter/?tab=readme-ov-file#adding-parsers), but it doesn't work. This is my configuration
```lua
lo…
-
Kitty, Konsole, WezTerm (and others) - have been exposing an image rendering API. Image.nvim provides a compelling implementation, rendering images in buffers, allowing for scrolling, images directly …
-
I couldn't find any documentation on it. But would it make sense to integrate https://github.com/folke/neoconf.nvim support?
-
I use lazyvim to manage plugins, and add telescope-fzf-native.nvim in the config file as described in Readme, like this
```
{
'nvim-telescope/telescope-fzf-native.nvim', build = 'make',
…
bo-wu updated
1 month ago
-
Having I think one problem related to this plugin.
In some projects, it occurred in two different ones, while I am editing a TS/JS/React file nvim will randomly opens JSON files in the current buf…
-
### Problem description
it seems that as of volar > 2.0 some additional dependencies are needed for lsp to work. see thread here: https://github.com/vuejs/language-tools/issues/3925
it seems tha…
-
### 🐛 Describe the bug
Create a new note, and type some invalid frontmatter (below shown with markdown lists instead of YAML ones), e.g.:
```
---
id: Foo
aliases:
* bar
tags:
* foo
---
…