diff options
Diffstat (limited to 'lua/plugins.lua')
| -rw-r--r-- | lua/plugins.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lua/plugins.lua b/lua/plugins.lua index bd47db2..22343c6 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -312,6 +312,9 @@ require("packer").startup({ -- showing keybindings use {"folke/which-key.nvim", event = "VimEnter", config = [[require('config.which-key')]]} + + -- show and trim trailing whitespaces + use {'jdhao/whitespace.nvim', event = 'VimEnter'} end, config = { max_jobs = 16, |
