rm un-needed cmd

pull/1709/head
siduck 2 years ago
parent b266f066af
commit d27e6a2b9d

@ -225,8 +225,6 @@ local plugins = {
local present, packer = pcall(require, "packer")
if present then
vim.cmd "packadd packer.nvim"
-- Override with default plugins with user ones
plugins = require("core.utils").merge_plugins(plugins)

Loading…
Cancel
Save