refactor: change image-nvim backend to kitty so it will stop complaining about ueberzug
This commit is contained in:
parent
b32b928977
commit
1f99ba4665
1 changed files with 4 additions and 1 deletions
|
@ -13,7 +13,10 @@
|
||||||
icon-picker.enable = true;
|
icon-picker.enable = true;
|
||||||
# image rendering
|
# image rendering
|
||||||
# TODO: look into image-magick and if it is needed
|
# TODO: look into image-magick and if it is needed
|
||||||
images.image-nvim.enable = true;
|
images.image-nvim = {
|
||||||
|
enable = true;
|
||||||
|
setupOpts.backend = "kitty";
|
||||||
|
};
|
||||||
# leetcode
|
# leetcode
|
||||||
leetcode-nvim = {
|
leetcode-nvim = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue