-
I found this issue when trying to use the plugin with nvim-java
```
Failed to run `config` for springboot-nvim
…
-
Thanks for putting together this plugin! It's exactly what I'm looking for to clear search highlights on their own.
It works smoothly but I found a bug.
**Steps to reproduce**
1. Make a searc…
-
- [x] I have fzf 0.30.0 or above
- [x] I have read through https://github.com/junegunn/fzf.vim/blob/master/README.md
- [x] I have read through https://github.com/junegunn/fzf/blob/master/REA…
-
### Checklist
- [X] I have searched through the AstroNvim docs
- [X] I have searched through the existing issues of AstroNvim
- [X] I have searched the existing issues of plugins related to this issu…
tocer updated
2 weeks ago
-
### What I'm trying to do
So I've installed SASM to learn assembly, and I definitely wanted neovim support in it, so I simply opened the project in neovim. so that can I write code in neovim(Neovide…
-
make sure that vim gets installed with syntax coloring
for your favorite file formats, including of course nix.
-
### I have done the following steps before reporting this issue:
- [X] I have searched the existing issues
- [X] I have read the FAQ in the help doc
### Operating system/version
Fedora 41
### Term…
-
Onyo configuration should be temporarily setable via environmental variables. For example:
```
ONYO_CONFIG_CORE.EDITOR=vim onyo edit [...]
```
Everything is uppercase. All config names are pre…
-
### LSP client configuration
local java = {
'mfussenegger/nvim-jdtls',
config = function()
local jdtls = require('jdtls')
local config = {
cmd = { vim.fn.stdpath('data') ..…
-
### 🆒 Your use case
Currently, when selecting a component in Nuxt DevTools using the selection tool, it automatically opens Visual Studio Code by default. However, many developers use different IDEs,…