mirror of
https://github.com/jdhao/nvim-config.git
synced 2025-06-08 14:14:33 +02:00
make impatient.nvim the first plugin
This commit is contained in:
parent
683008dac0
commit
17a9488ba7
@ -26,6 +26,9 @@ local util = require('packer.util')
|
||||
|
||||
require("packer").startup({
|
||||
function(use)
|
||||
-- it is recommened to put impatient.nvim before any other plugins
|
||||
use {'lewis6991/impatient.nvim', config = [[require('impatient')]]}
|
||||
|
||||
use({"wbthomason/packer.nvim", opt = true})
|
||||
|
||||
use {"onsails/lspkind-nvim", event = "BufEnter"}
|
||||
@ -346,8 +349,6 @@ require("packer").startup({
|
||||
|
||||
-- show and trim trailing whitespaces
|
||||
use {'jdhao/whitespace.nvim', event = 'VimEnter'}
|
||||
|
||||
use {'lewis6991/impatient.nvim', config = [[require('impatient')]]}
|
||||
end,
|
||||
config = {
|
||||
max_jobs = 16,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user