We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd0dee0 commit 017e05aCopy full SHA for 017e05a
lua/packer_nvim.lua
@@ -52,14 +52,13 @@ return packer.startup {
52
use { -- Packer can manage itself
53
'wbthomason/packer.nvim',
54
commit = commits.packer_nvim,
55
-
56
}
57
58
-- Improve Start-UP time
59
use { -- Speed up loading Lua modules in Neovim to improve startup time.
60
'lewis6991/impatient.nvim',
61
commit = commits.impatient_nvim,
62
+ }
63
64
use { -- Easily speed up your neovim startup time!. A faster version of filetype.vim
65
'nathom/filetype.nvim',
@@ -303,7 +302,6 @@ return packer.startup {
303
302
if Packer_bootstrap then
304
packer.sync()
305
end
306
307
308
309
0 commit comments