1
0
Fork 0

nvim: remove redundancy

This commit is contained in:
tastytea 2022-08-13 00:20:13 +02:00
parent 888a7e083f
commit 26f520e509
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM
1 changed files with 1 additions and 1 deletions

View File

@ -13,6 +13,6 @@ if packer_bootstrap then
require('packer').sync()
end
if not io.open(vim.fn.stdpath('config') .. '/plugin','r') then
if not io.open(vim.fn.stdpath('config') .. '/plugin') then
require('packer').install()
end