init
This commit is contained in:
10
nvim/lua/plugins/extras/editor/live-server.lua
Normal file
10
nvim/lua/plugins/extras/editor/live-server.lua
Normal file
@@ -0,0 +1,10 @@
|
||||
return {
|
||||
"aurum77/live-server.nvim",
|
||||
build = function()
|
||||
require("live_server.util").install()
|
||||
end,
|
||||
cmd = { "LiveServer", "LiveServerStart", "LiveServerStop" },
|
||||
keys = {
|
||||
{ "<leader>cV", ft = "html", "<cmd>LiveServer<CR>", desc = "Live Server" },
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user