Skip to content

Commit

Permalink
fix: update starship and nvim
Browse files Browse the repository at this point in the history
  • Loading branch information
bddvlpr committed Nov 23, 2023
1 parent 76b5d7a commit 44d7d8e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 12 deletions.
1 change: 0 additions & 1 deletion homes/common/cli/editors/neovim/config/lualine.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
require('lualine').setup {
options = {
icons_enabled = true,
theme = 'catppuccin'
},
}
1 change: 0 additions & 1 deletion homes/common/cli/editors/neovim/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@
trouble-nvim
vim-svelte
which-key-nvim
catppuccin-nvim

nvim-treesitter-parsers.css
nvim-treesitter-parsers.c_sharp
Expand Down
11 changes: 1 addition & 10 deletions homes/common/cli/shells/starship.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
settings =
{
format = "$all";
palette = "catppuccin_macchiato";

character = {
success_symbol = "[❯](bold mauve)";
Expand Down Expand Up @@ -36,13 +35,5 @@
symbol = " ";
style = "bold cyan";
};
}
// builtins.fromTOML (builtins.readFile (pkgs.fetchFromGitHub {
owner = "catppuccin";
repo = "starship";
rev = "5629d2356f62a9f2f8efad3ff37476c19969bd4f";
hash = "sha256-nsRuxQFKbQkyEI4TXgvAjcroVdG+heKX5Pauq/4Ota0=";
}
+ "/palettes/macchiato.toml"));
};
}; };
}

0 comments on commit 44d7d8e

Please sign in to comment.