Skip to content

Commit

Permalink
fix(nvim): autopairs
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 committed Mar 1, 2024
1 parent c4df7ee commit 9fc4d54
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/neovim/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ in
cmp-cmdline
cmp-emoji
cmp-calc
nvim-autopairs
# nvim-autopairs TODO: version 2024-02-17 is broken
(fromGitHub "windwp" "nvim-autopairs" "master" "sha256-w95F9wK3M3S4P43kKPT/uM+PFT/Z6NcTDLj60H2r/tQ=")
nvim-ts-autotag
cmp-nvim-lsp
cmp-nvim-lsp-signature-help
Expand Down

0 comments on commit 9fc4d54

Please sign in to comment.