Changes
2 changed files (+0/-44)
-
-
@@ -62,31 +62,6 @@ bash = {enable = true; }; # A modal text editor with insane selection -> action model. helix = { enable = true; settings = { theme = "base16_default"; editor = { auto-pairs = false; indent-guides = { render = true; skip-levels = 1; }; file-picker = { # Prevent file picker from ignoring dotfiles. hidden = false; }; auto-format = false; }; }; }; # A modern replacement for ls (fork of exa). # https://eza.rocks/ eza = {
-
-
-
@@ -329,25 +329,6 @@ }{ plugin = luasnip; } ]; }; helix = lib.mkIf config.programs.helix.enable { settings = { editor = { lsp = { snippets = false; }; }; }; languages = { language = [ { name = "typescript"; roots = [ "tsconfig.json" ]; } ]; }; }; }; home.packages = [
-