Compare commits

..

No commits in common. "cc76be2ab6ffb8395869918ff3528f0c57960a8a" and "bd2394112ffb92f247f6da90f04893f5e3f8a7ce" have entirely different histories.

2 changed files with 2 additions and 9 deletions

View file

@ -232,7 +232,7 @@ https://github.com/gorbit99/codewindow.nvim
- Added [`grug-far.nvim`](https://github.com/MagicDuck/grug-far.nvim) the find
and replace tool for neovim.
- Fix lsp `client.supports_method` deprecation warning in nvim v0.12.
- Add [`blink.indent`](https://github.com/saghen/blink.indent) indent guideline
- Add [`blink.indent`](https://github.com/saghen/blink.indent) indent guidline
plugin.
[Ladas552](https://github.com/Ladas552)
@ -253,11 +253,4 @@ https://github.com/gorbit99/codewindow.nvim
- Add Arduino support with [arduino-language-server].
- Add GLSL support with [glsl_analyzer].
[itscrystalline](https://github.com/itscrystalline):
[img-clip.nvim]: https://github.com/hakonharnes/img-clip.nvim
- [img-clip.nvim]'s configuration now has it's own DAG entry, separate from
image-nvim.
<!-- vim: set textwidth=80: -->

View file

@ -15,7 +15,7 @@ in {
"img-clip"
];
pluginRC.img-clip = entryAnywhere ''
pluginRC.image-nvim = entryAnywhere ''
require("img-clip").setup(${toLuaObject cfg.setupOpts})
'';
};