kitty cursor animation + markview

This commit is contained in:
2025-02-12 06:00:24 +01:00
parent 9c701c67b6
commit 9effcdf302

View File

@@ -472,7 +472,9 @@ in
};
};
treesitter.enable = true;
treesitter = {
enable = true;
};
undotree.enable = true;
@@ -517,6 +519,10 @@ in
enable = true;
view.mergeTool.layout = "diff3_mixed";
};
markview = {
enable = true;
};
};
extraConfigLua = ''
luasnip = require("luasnip")
@@ -727,6 +733,7 @@ in
# ];
# in
# (builtins.concatStringsSep "," mappings) + " Symbols Nerd Font";
cursor_trail = 3;
};
font.name = "Monocraft Nerd Font";
font.size = 16;