format: don't create tables for one single string
This commit is contained in:
parent
3d13e614a0
commit
e159cad0ec
@ -35,7 +35,7 @@ return require("packer").startup(function()
|
|||||||
"nvim-telescope/telescope.nvim",
|
"nvim-telescope/telescope.nvim",
|
||||||
requires = { "nvim-lua/popup.nvim", "nvim-lua/plenary.nvim"},
|
requires = { "nvim-lua/popup.nvim", "nvim-lua/plenary.nvim"},
|
||||||
opt = true,
|
opt = true,
|
||||||
cmd = {"Telescope"}
|
cmd = "Telescope"
|
||||||
}
|
}
|
||||||
|
|
||||||
-- LSP
|
-- LSP
|
||||||
@ -48,7 +48,7 @@ return require("packer").startup(function()
|
|||||||
use {
|
use {
|
||||||
"norcalli/nvim-colorizer.lua",
|
"norcalli/nvim-colorizer.lua",
|
||||||
opt = true,
|
opt = true,
|
||||||
cmd = {"ColorizerToggle"}
|
cmd = "ColorizerToggle"
|
||||||
}
|
}
|
||||||
|
|
||||||
end)
|
end)
|
||||||
|
Reference in New Issue
Block a user