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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user