diff --git a/home.nix b/home.nix index 71b5c3a..6b9a7ea 100644 --- a/home.nix +++ b/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;