diff options
| author | jdhao <jdhao@hotmail.com> | 2021-11-01 23:38:44 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2021-11-01 23:38:44 +0800 |
| commit | 8ebbec29d612d243e9eecb7e02227bacad9f97ea (patch) | |
| tree | 7f50410c7752bbf5cd1f36318fc70475eb78bc14 /lua | |
| parent | 2d27a699dce5a5d8f3f667a44712b40d218fe75a (diff) | |
move whitespace utility into separate plugins
Diffstat (limited to '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, |
