
the new lazyvim update was huge, especially because none-ls was moved to extras, so conform and lint would be the default formatter-linting
12 lines
288 B
Lua
12 lines
288 B
Lua
return {
|
|
{
|
|
"aurum77/live-server.nvim",
|
|
build = function()
|
|
require("live_server.util").install()
|
|
end,
|
|
cmd = { "LiveServer", "LiveServerStart", "LiveServerStop" },
|
|
keys = {
|
|
{ "<leader>cL", "<cmd>LiveServer<CR>", desc = "Toggle LiveServer" },
|
|
},
|
|
},
|
|
}
|