Skip to content

Commit

Permalink
Pin to commit while ntpeters/vim-better-whitespace#154 is open
Browse files Browse the repository at this point in the history
  • Loading branch information
tarebyte committed Jun 29, 2022
1 parent 94c261b commit 265a68e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .config/nvim/lua/user/plugins.lua
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ return require("packer").startup({

-- Linting and formatting
use("jose-elias-alvarez/null-ls.nvim")
use("ntpeters/vim-better-whitespace")
use({"ntpeters/vim-better-whitespace", commit = "c5afbe91d29c5e3be81d5125ddcdc276fd1f1322"})

-- Commenting
use({
Expand Down

0 comments on commit 265a68e

Please sign in to comment.