Skip to content

Commit 017e05a

Browse files
author
Ali Shahid
committed
[packer_nvim.lua] fix missing }
1 parent bd0dee0 commit 017e05a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

lua/packer_nvim.lua

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,14 +52,13 @@ return packer.startup {
5252
use { -- Packer can manage itself
5353
'wbthomason/packer.nvim',
5454
commit = commits.packer_nvim,
55-
5655
}
5756

5857
-- Improve Start-UP time
5958
use { -- Speed up loading Lua modules in Neovim to improve startup time.
6059
'lewis6991/impatient.nvim',
6160
commit = commits.impatient_nvim,
62-
61+
}
6362

6463
use { -- Easily speed up your neovim startup time!. A faster version of filetype.vim
6564
'nathom/filetype.nvim',
@@ -303,7 +302,6 @@ return packer.startup {
303302
if Packer_bootstrap then
304303
packer.sync()
305304
end
306-
307305
end
308306
}
309307

0 commit comments

Comments
 (0)