format: don't create tables for one single string

This commit is contained in:
David JULIEN 2021-07-22 23:00:55 +02:00
parent 3d13e614a0
commit e159cad0ec
1 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@ return require("packer").startup(function()
"nvim-telescope/telescope.nvim",
requires = { "nvim-lua/popup.nvim", "nvim-lua/plenary.nvim"},
opt = true,
cmd = {"Telescope"}
cmd = "Telescope"
}
-- LSP
@ -48,7 +48,7 @@ return require("packer").startup(function()
use {
"norcalli/nvim-colorizer.lua",
opt = true,
cmd = {"ColorizerToggle"}
cmd = "ColorizerToggle"
}
end)