mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-03-06 16:56:00 +00:00
Compare commits
3 commits
bd2394112f
...
cc76be2ab6
| Author | SHA1 | Date | |
|---|---|---|---|
|
cc76be2ab6 |
|||
|
9738505380 |
|||
|
|
0b6fe06a80 |
2 changed files with 9 additions and 2 deletions
|
|
@ -232,7 +232,7 @@ https://github.com/gorbit99/codewindow.nvim
|
||||||
- Added [`grug-far.nvim`](https://github.com/MagicDuck/grug-far.nvim) the find
|
- Added [`grug-far.nvim`](https://github.com/MagicDuck/grug-far.nvim) the find
|
||||||
and replace tool for neovim.
|
and replace tool for neovim.
|
||||||
- Fix lsp `client.supports_method` deprecation warning in nvim v0.12.
|
- Fix lsp `client.supports_method` deprecation warning in nvim v0.12.
|
||||||
- Add [`blink.indent`](https://github.com/saghen/blink.indent) indent guidline
|
- Add [`blink.indent`](https://github.com/saghen/blink.indent) indent guideline
|
||||||
plugin.
|
plugin.
|
||||||
|
|
||||||
[Ladas552](https://github.com/Ladas552)
|
[Ladas552](https://github.com/Ladas552)
|
||||||
|
|
@ -253,4 +253,11 @@ https://github.com/gorbit99/codewindow.nvim
|
||||||
- Add Arduino support with [arduino-language-server].
|
- Add Arduino support with [arduino-language-server].
|
||||||
- Add GLSL support with [glsl_analyzer].
|
- 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: -->
|
<!-- vim: set textwidth=80: -->
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,7 @@ in {
|
||||||
"img-clip"
|
"img-clip"
|
||||||
];
|
];
|
||||||
|
|
||||||
pluginRC.image-nvim = entryAnywhere ''
|
pluginRC.img-clip = entryAnywhere ''
|
||||||
require("img-clip").setup(${toLuaObject cfg.setupOpts})
|
require("img-clip").setup(${toLuaObject cfg.setupOpts})
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue