mirror of
https://github.com/fredrikr79/nixos.git
synced 2026-01-10 00:43:47 +01:00
kitty cursor animation + markview
This commit is contained in:
9
home.nix
9
home.nix
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user