Skip to content

Commit

Permalink
chore(nvim): move custom version of juliana to nix
Browse files Browse the repository at this point in the history
topic: chorenvim-move-custom-version-of-juliana-to-nix
relative: chorenvim-move-last-two-easily-available-plugins-to-nix
labels: draft
  • Loading branch information
kaihowl committed Dec 15, 2024
1 parent e8103d5 commit d2520b2
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
13 changes: 13 additions & 0 deletions home.nix
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,19 @@ in
tokyonight-nvim
onehalf
papercolor-theme
# TODO(kaihowl) archived repo
(pkgs.vimUtils.buildVimPlugin {
pname = "nvim-juliana";
version = "2024-01-25";
src = pkgs.fetchFromGitHub {
owner = "kaiuri";
repo = "nvim-juliana";
rev = "881d1a85d33f744b6b851a210becb3194da8e2a6";
# Determine with
# nix-prefetch-url --unpack https://github.com/kaiuri/nvim-juliana/archive/881d1a85d33f744b6b851a210becb3194da8e2a6.tar.gz;
sha256 = "0hw18bxwjkv3s2d814v3avmakvvm4a1f22n5xc87iayw8zsyn0kk"; # Replace with the actual SHA-256
};
})

# Completion plugins
nvim-cmp
Expand Down
1 change: 0 additions & 1 deletion nvim/config--nvim--init.vim.symlink
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ Plug 'vim-scripts/linediff.vim'

Plug 'kaihowl/vim-indent-sentence'

Plug 'kaiuri/nvim-juliana'
Plug '1612492/github.vim'

Plug 'gaving/vim-textobj-argument'
Expand Down

0 comments on commit d2520b2

Please sign in to comment.