From 265a68e12ca9c08c0a59ef38ee658ac4d9c4618e Mon Sep 17 00:00:00 2001 From: Mark Tareshawty Date: Wed, 29 Jun 2022 19:50:26 -0400 Subject: [PATCH] Pin to commit while https://github.com/ntpeters/vim-better-whitespace/issues/154 is open --- .config/nvim/lua/user/plugins.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/nvim/lua/user/plugins.lua b/.config/nvim/lua/user/plugins.lua index 441f192..6b4479d 100644 --- a/.config/nvim/lua/user/plugins.lua +++ b/.config/nvim/lua/user/plugins.lua @@ -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({