small things
This commit is contained in:
parent
d0e7fb7803
commit
1846554c25
3 changed files with 10 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ let
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
ripgrep fd wget nodejs deno yarn cargo mosh w3m bombadillo nnn urlview gnupg hexyl httpie cacert catimg tealdeer du-dust duplicati bitwarden-cli rage sd bottom magic-wormhole eva glow restic tig gitui pastel spotify-tui manix
|
ripgrep fd wget nodejs deno yarn cargo mosh w3m bombadillo nnn urlview gnupg hexyl httpie cacert catimg tealdeer du-dust duplicati bitwarden-cli rage sd bottom magic-wormhole eva glow restic tig gitui pastel spotify-tui manix weechat
|
||||||
ispell aspell aspellDicts.en aspellDicts.en-computers aspellDicts.en-science aspellDicts.fr aspellDicts.de aspellDicts.eo aspellDicts.es
|
ispell aspell aspellDicts.en aspellDicts.en-computers aspellDicts.en-science aspellDicts.fr aspellDicts.de aspellDicts.eo aspellDicts.es
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
@ -169,6 +169,7 @@ in
|
||||||
vim-table-mode # <space>tm, || for rule, <space>tt -> tableize csv
|
vim-table-mode # <space>tm, || for rule, <space>tt -> tableize csv
|
||||||
tabular # :Tabularize /, :Tabu (shortcut & guess the right thing)
|
tabular # :Tabularize /, :Tabu (shortcut & guess the right thing)
|
||||||
vim-markdown # zr, zR, zm, zM, za, zA, zc, zC for folding
|
vim-markdown # zr, zR, zm, zM, za, zA, zc, zC for folding
|
||||||
|
vim-gnupg
|
||||||
coc-nvim coc-css coc-html coc-eslint coc-tsserver coc-json coc-fzf coc-snippets
|
coc-nvim coc-css coc-html coc-eslint coc-tsserver coc-json coc-fzf coc-snippets
|
||||||
{
|
{
|
||||||
plugin = vim-easy-align; # gaip= -> align inner paragraph on first =, gaip*= -> align aroud all =
|
plugin = vim-easy-align; # gaip= -> align inner paragraph on first =, gaip*= -> align aroud all =
|
||||||
|
|
|
||||||
|
|
@ -24,6 +24,9 @@
|
||||||
};
|
};
|
||||||
key_bindings = [
|
key_bindings = [
|
||||||
{ key = "N"; mods = "Control|Shift"; action = "SpawnNewInstance"; }
|
{ key = "N"; mods = "Control|Shift"; action = "SpawnNewInstance"; }
|
||||||
|
{ key = "F"; mods = "Alt"; chars = "\\x1bf"; }
|
||||||
|
{ key = "B"; mods = "Alt"; chars = "\\x1bb"; }
|
||||||
|
# - { key: B, mods: Alt, chars: "\x1bb" }
|
||||||
];
|
];
|
||||||
background_opacity = 0.95;
|
background_opacity = 0.95;
|
||||||
colors = { # Nord
|
colors = { # Nord
|
||||||
|
|
|
||||||
|
|
@ -11,6 +11,11 @@
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
home.file.gitignore = {
|
||||||
|
target = ".gitignore";
|
||||||
|
text = ''Library'';
|
||||||
|
};
|
||||||
|
|
||||||
programs.zsh.initExtra = "source ~/.nix-profile/etc/profile.d/nix.sh";
|
programs.zsh.initExtra = "source ~/.nix-profile/etc/profile.d/nix.sh";
|
||||||
# programs.fish.interactiveShellInit = "source ~/.nix-profile/etc/profile.d/nix.sh";
|
# programs.fish.interactiveShellInit = "source ~/.nix-profile/etc/profile.d/nix.sh";
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue