-
-
### Issue
Hello!
Please add GitHub Copilot as model provider.
Should be possible like this: https://github.com/olimorris/codecompanion.nvim/blob/5c5a5c759b8c925e81f8584a0279eefc8a6c6643/lua/cod…
-
How to reproduce.
1. Have two tmux panes split vertically.
2. Open vim on the right pane
3. split vim with vsplit
4. Switch to the left tmux pane with ctrl-h.
5. Press ctrl-h again
You'll sw…
-
It is impossible to enable inlay hints, since neither the lua function nor the command are defined.
```rust
require('rust-tools').inlay_hints.set
```
returns nil
```
RustEnableInlayHints
```
…
-
Nice plugin, thanks!
Given `/usr/local/Cellar/neovim//share/nvim/runtime/filetype.vim` is not fully loaded because of `vim.g.did_load_filetypes = 1` it also does not load
```viml
" Use the…
-
After Neovim update, i obtained this
```
vim.highlight.create is deprecated, use vim.api.nvim_set_hl instead. See :h deprecated
This function will be removed in Nvim version 0.9
stack traceback:
…
-
**My testing minimal init.vim**
```vim
call plug#begin('~/.local/share/nvim/plugged')
Plug 'neovim/nvim-lsp'
Plug 'haorenW1025/completion-nvim'
call plug#end()
lua require'nvim_lsp'.pyl…
-
### Description
When group empty is enabled, the prev / next sibling commands will not work properly. I'll give an example:
![](https://github.com/nvim-tree/nvim-tree.lua/assets/3103188/56966fcc-6…
Cnly updated
5 months ago
-
I love this plugin but I can't make it work.
I use Plug to install it:
```
Plug 'jackMort/ChatGPT.nvim'
Plug 'MunifTanjim/nui.nvim'
Plug 'nvim-lua/plenary.nvim'
Plug 'nvim-t…
-
[nvim-dap](https://github.com/mfussenegger/nvim-dap/tree/master) has a remarkable amount of configuration options behind the `require('dap').defaults`. See `:h dap.defaults` for a subset and more of t…