1
0
mirror of https://github.com/jdhao/nvim-config.git synced 2025-06-08 14:14:33 +02:00

move whitespace utility into separate plugins

This commit is contained in:
jdhao
2021-11-01 23:38:44 +08:00
parent 2d27a699dc
commit 8ebbec29d6
3 changed files with 4 additions and 9 deletions

View File

@@ -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,