Temporarily removing deno again until it compiles. removing goyo

master
Dustin Swan 3 years ago
parent 1846554c25
commit 64a6e51da2
Signed by: dustinswan
GPG Key ID: AB49BD6B2B3A6377

@ -4,8 +4,8 @@ let
secrets = import ./secrets.nix;
in
{
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 weechat
home.packages = with pkgs; [ # deno
ripgrep fd wget nodejs 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
];
@ -194,10 +194,6 @@ in
plugin = vim-which-key;
config = "nnoremap <silent> <leader> :WhichKey '<Space>'<CR>";
}
{
plugin = goyo;
config = "nmap <silent> <leader>G :Goyo<cr>";
}
{
plugin = vim-airline;
config = ''

Loading…
Cancel
Save