mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-07-16 12:24:36 +02:00
fix(copilot): work-around Neovim bug. Fixes #656
This commit is contained in:
parent
eb92903342
commit
4379ae8ab9
2 changed files with 4 additions and 4 deletions
|
@ -215,7 +215,7 @@ To use this, add it to your **lazy.nvim** imports:
|
|||
```lua title="lua/config/lazy.lua" {4}
|
||||
require("lazy").setup({
|
||||
spec = {
|
||||
{ "folke/LazyVim", import = "lazyvim.plugins" },
|
||||
{ "LazyVim/LazyVim", import = "lazyvim.plugins" },
|
||||
{ import = "%s" },
|
||||
{ import = "plugins" },
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue