mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-02-13 19:00:19 +01:00
neovim: Adapt to image.nvim migration
This commit is contained in:
parent
c2c6961287
commit
bd018b6fdb
1 changed files with 6 additions and 4 deletions
|
|
@ -39,11 +39,13 @@
|
|||
|
||||
plugins.image = {
|
||||
enable = false;
|
||||
backend = "ueberzug";
|
||||
settings = {
|
||||
backend = "ueberzug";
|
||||
|
||||
integrations.markdown = {
|
||||
clearInInsertMode = true;
|
||||
enabled = true;
|
||||
integrations.markdown = {
|
||||
clearInInsertMode = true;
|
||||
enabled = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue