mirror of
https://github.com/jdhao/nvim-config.git
synced 2025-06-08 14:14:33 +02:00
update packer-related instructions
This commit is contained in:
@@ -328,4 +328,7 @@ require("packer").startup({
|
||||
},
|
||||
})
|
||||
|
||||
require('packer_compiled')
|
||||
local status, _ = pcall(require, 'packer_compiled')
|
||||
if not status then
|
||||
vim.notify("You should run command PackerCompile")
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user