-
![image](https://github.com/user-attachments/assets/86c2c0e7-d320-4555-8267-3085c2dce007)
specs included here. i tried to manually create the config.json file in the config.json as a workaround:
{…
-
Hi,
I am using lazyvim, which in turn (in my setup) uses fzf-lua for goto definitionand goto reference ("gd" and "gr" keybindings).
When I am trying to use these keybingings in a "otter" enabled f…
-
This is a proposal and question on best practices at the same time, so apologies if this is not the best place to do it :)
In my journey to use Neovim I obviously came across plugins to make it more …
-
- Create PHP project of some sort
- Enable phpactor in LSP Config (LazyVim user here)
- Create a `test.php` file.
```php
-
When I use the predefined `"Source Action"` option with LazyVim, I get the message `"No code actions available"`.
![image](https://github.com/pmizio/typescript-tools.nvim/assets/11764548/de6d417c-5…
-
# Why
https://github.com/ibhagwan/fzf-lua is a good alternative for telescope plugin.
# How
We might check how https://www.lazyvim.org/ has implemented a picker to support fzf and telescope.
-
I wanted to point out that the documentation is unclear and lacks adequate instructions for beginners with Lua and LazyVim (NeoVim) on how to start using the plugin.
As a result, I'm unsure where to …
-
### Did you check docs and existing issues?
- [X] I have read the [documentation](https://github.com/fredrikaverpil/neotest-golang/blob/main/README.md).
- [X] I have searched the existing [issues](ht…
-
I don't have anything special in my config except just the plugin string for sg.nvim on top of latest lazyvim distro
-
The readme has this:
{
"Say hello to the world": {
"prefix": ["hw", "hello"],
"body": "Hello, ${1:world}!$0"
}
}
Where does this go? A file in ~/.config/nvim/lua/config/snippets…