Temporarily removing deno again until it compiles. removing goyo
This commit is contained in:
parent
1846554c25
commit
64a6e51da2
1 changed files with 2 additions and 6 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue