feat: move neovim config to LazyVim

This commit is contained in:
Jacob Bachmann 2023-12-11 18:27:41 +01:00
parent 6067f0ff0b
commit e21342857d
Signed by: bchmnn
GPG key ID: 732A612DAD28067D
16 changed files with 569 additions and 137 deletions

View file

@ -11,10 +11,10 @@
gc = "git commit -m";
gp = "git push";
ta = "tmux attach";
nec = "nvim --cmd \"cd $(readlink -f /etc/nixos)\"";
ncc = "sudo nixos-rebuild switch --upgrade-all --flake \"$(readlink -f /etc/nixos)\"";
nup = "sudo nix-channel --update";
nuf = "sudo nix flake update --nix-path /etc/nixos";
ngc = "sudo nix-collect-garbage -d";
nec = "sudo -E nvim -u $HOME/.config/nvim/init.lua --cmd 'cd /etc/nixos'";
ncc = "sudo nixos-rebuild switch --upgrade-all --flake /etc/nixos";
nup = "sudo nix-channel --update && sudo nixos-rebuild switch --upgrade-all --flake /etc/nixos";
nuf = "sudo nix flake update --nix-path /etc/nixos && sudo nixos-rebuild switch --upgrade-all --flake /etc/nixos";
wip = "curl -s 'https://nordvpn.com/wp-admin/admin-ajax.php?action=get_user_info_data' | jq";
}