Skip to content

Commit

Permalink
atuin
Browse files Browse the repository at this point in the history
  • Loading branch information
vinnymeller committed Apr 12, 2024
1 parent 26d1094 commit 92a09ca
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 17 deletions.
18 changes: 3 additions & 15 deletions pkgs/vim-plugins.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,25 +7,13 @@
}: final: prev: {
leetcode-nvim = buildVimPlugin {
pname = "leetcode.nvim";
version = "2023-11-10";
version = "unstable-2024-04-06";
src = fetchFromGitHub {
owner = "kawre";
repo = "leetcode.nvim";
rev = "0a0ab1a67fa96ff82f16c44febb4786bb0cf288d";
sha256 = "1vlm2mxhvlc9nw66k2mxd3mpadvl7gjj8h79np35rzi2arsv60s4";
rev = "a92e764cda74331789210c6ff6587bf269e0ffaf";
sha256 = "sha256-bT3XVu7LP/HjCdXHjBLmCiskvG4swiBWbYAgwfIDkF0=";
};
meta.homepage = "https://github.com/kawre/leetcode.nvim/";
};

copilot-lua = buildVimPlugin {
pname = "copilot.lua";
version = "2024-02-27";
src = fetchFromGitHub {
owner = "zbirenbaum";
repo = "copilot.lua";
rev = "f7612f5af4a7d7615babf43ab1e67a2d790c13a6";
sha256 = "sha256-JX3sdsnOnjkY7r9fCtC2oauo0PXF3SQ+SHUo8ifBvAc=";
};
meta.homepage = "https://github.com/zbirenbaum/copilot.lua/";
};
}
3 changes: 1 addition & 2 deletions programs/neovim/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@ in {
cmp-path
cmp_luasnip
comment-nvim
# copilot-lua
custom-vim-plugins.copilot-lua
copilot-lua
custom-vim-plugins.leetcode-nvim
diffview-nvim
efmls-configs-nvim
Expand Down
5 changes: 5 additions & 0 deletions programs/zsh/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,11 @@
enableZshIntegration = true;
};

programs.atuin = {
enable = true;
enableZshIntegration = true;
};

home.shellAliases = {
cdots = "pushd ~/.nixdots";
nb = "sudo nixos-rebuild --flake ~/.nixdots switch";
Expand Down

0 comments on commit 92a09ca

Please sign in to comment.