added instructions on how to bootstrap with impatient.

This commit is contained in:
Gabe Venberg 2022-06-20 11:16:43 -05:00
parent 626a4cb63a
commit 6a8ddee8f5

View file

@ -7,8 +7,9 @@ local map=vim.api.nvim_set_keymap
--leader key is set through a variable, for some reason. --leader key is set through a variable, for some reason.
vim.g.mapleader = ';' vim.g.mapleader = ';'
--do package management --this plugin makes startup time a bit faster. To bootsrap configuration, you need to comment this one out, ignore any errors you get, do packersync, then uncomment it.
require('impatient') require('impatient')
--do package management
require('packages') require('packages')
--helper functions --helper functions