Skip to content

Commit 9fc4d54

Browse files
committed
fix(nvim): autopairs
1 parent c4df7ee commit 9fc4d54

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

modules/neovim/default.nix

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@ in
6161
cmp-cmdline
6262
cmp-emoji
6363
cmp-calc
64-
nvim-autopairs
64+
# nvim-autopairs TODO: version 2024-02-17 is broken
65+
(fromGitHub "windwp" "nvim-autopairs" "master" "sha256-w95F9wK3M3S4P43kKPT/uM+PFT/Z6NcTDLj60H2r/tQ=")
6566
nvim-ts-autotag
6667
cmp-nvim-lsp
6768
cmp-nvim-lsp-signature-help

0 commit comments

Comments
 (0)