From 8ebbec29d612d243e9eecb7e02227bacad9f97ea Mon Sep 17 00:00:00 2001 From: jdhao Date: Mon, 1 Nov 2021 23:38:44 +0800 Subject: move whitespace utility into separate plugins --- lua/plugins.lua | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lua/plugins.lua') 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, -- cgit v1.2.3