tealdear home-manager change, adding vim-highlighter
This commit is contained in:
parent
37e2c3481a
commit
66e34ee8c4
2 changed files with 3 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ let
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
ripgrep fd wget mosh w3m nnn urlview hexyl httpie timg sox tealdeer du-dust duplicati bitwarden-cli gnupg gpg-tui rage sd eva glow restic spotify-tui spotifyd slides manix amfora weechat duf procs pandoc magic-wormhole qrcp pastel jq jo fx jc miller visidata sc-im bandwhich nixfmt shellcheck fontconfig cacert
|
ripgrep fd wget mosh w3m nnn urlview hexyl httpie timg sox du-dust duplicati bitwarden-cli gnupg gpg-tui rage sd eva glow restic spotify-tui spotifyd slides manix amfora weechat duf procs pandoc magic-wormhole qrcp pastel jq jo fx jc miller visidata sc-im bandwhich nixfmt shellcheck fontconfig cacert
|
||||||
nodejs deno yarn nodePackages.typescript-language-server nodePackages.stylelint nodePackages.js-beautify nodePackages.expo-cli
|
nodejs deno yarn nodePackages.typescript-language-server nodePackages.stylelint nodePackages.js-beautify nodePackages.expo-cli
|
||||||
ocaml dune_2 ocamlPackages.utop ocamlPackages.ocp-indent ocamlPackages.merlin
|
ocaml dune_2 ocamlPackages.utop ocamlPackages.ocp-indent ocamlPackages.merlin
|
||||||
rustc go cmake # racket-minimal
|
rustc go cmake # racket-minimal
|
||||||
|
|
@ -235,6 +235,7 @@ in
|
||||||
programs.mpv.enable = true;
|
programs.mpv.enable = true;
|
||||||
programs.noti.enable = true;
|
programs.noti.enable = true;
|
||||||
programs.bottom.enable = true;
|
programs.bottom.enable = true;
|
||||||
|
programs.tealdeer.enable = true;
|
||||||
|
|
||||||
programs.keychain = {
|
programs.keychain = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
||||||
|
|
@ -99,6 +99,7 @@ lvim.plugins = {
|
||||||
end
|
end
|
||||||
},
|
},
|
||||||
{ "AndrewRadev/splitjoin.vim" },
|
{ "AndrewRadev/splitjoin.vim" },
|
||||||
|
{ "azabiong/vim-highlighter" } -- f-<CR> to highlight
|
||||||
}
|
}
|
||||||
|
|
||||||
lvim.builtin.which_key.mappings["t"] = {
|
lvim.builtin.which_key.mappings["t"] = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue