-
```
~/.config/nvim:
path: ./config/nvim/lazyvim
if: '[ "$NVIM_TYPE" = "lazyvim" ]'
~/.config/nvim:
path: ./config/nvim/kickstart
if: '[ "$NVIM_TYPE" = "kickstart" …
-
the wiki states that it includes sql snippets. However when i go into a .sql file and start typing, no snippets come up. In fact there is no completion box showing or anything. what could i be doing w…
-
Unfortunately I'm not able to get this to work on my laptop (Macbook M1, Sonoma 14.5) as it's resulting in ECONNREFUSED. I'm afraid I don't have much experience with the DAP protocol, so my trouble-sh…
-
nvim-cmp is quite slow, has quite a few issues and its development appears to have effectively frozen.
[care.nvim](https://max397574.github.io/care.nvim/) is a modern alternative.
-
### Check for existing issues
- [X] Completed
### Describe the feature
I think it'd be awesome to support goto next/prev funciton/class. Which is supported in neovim.
The key can be `]]`, `]m`,…
-
This is the output in `:checkhealth`:
```
- ERROR php(injections): /usr/share/nvim/runtime/lua/vim/treesitter/query.lua:252: Query error at 49:2. Invalid node type "string_content":
(string_con…
-
### Problem
I opened up a .c file in nvim today and was hit with this error: …
-
### Description
```
require("telescope.builtin").lsp_document_symbols({ bufnr = OTHER_BUFFER_NUMBER })
```
shows buffer symbol of the current buffer in the picker, but in the previewer shows the O…
-
So lazyvim uses the tokyonight by default and when i disabled tokyonight and use noirbuddy instead the problem is that i can not make lazyvim use the preset.
```lua
-------------------------------…
-
Hi, thanks for this plugin, it makes my `init.lua` much nicer.
I apologize in advance if this is a silly question, I'm new to neovim.
Inspired by `kickstart.nvim`, I set mappings like this:
```…