update minium vimrc of playground

pull/143/head
ray-x 2 years ago
parent e80f004f5b
commit e83a017e61

@ -95,8 +95,9 @@ if vim.fn.isdirectory(install_path) == 0 then
}) })
load_plugins() load_plugins()
require('packer').sync() require('packer').sync()
vim.cmd('colorscheme aurora')
else else
load_plugins() load_plugins()
vim.cmd('colorscheme aurora')
end end
vim.cmd('colorscheme aurora')

Loading…
Cancel
Save