We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 494490a + d8ce489 commit 987ed2eCopy full SHA for 987ed2e
1 file changed
modules/default.nix
@@ -83,6 +83,17 @@
83
crates.enable = true;
84
fidget.enable = true;
85
gitsigns.enable = true;
86
+ image = {
87
+ enable = true;
88
+ settings = {
89
+ backend = "sixel"; # Me and Marcel use Wezterm
90
+ integrations = {
91
+ css.enabled = true;
92
+ markdown.only_render_image_at_cursor = true;
93
+ html.enabled = true;
94
+ };
95
96
97
indent-blankline.enable = true;
98
lastplace.enable = true;
99
lualine = {
0 commit comments