use non-cached directory in start

This commit is contained in:
Barrett Ruth 2023-01-09 18:24:20 -06:00
parent 39825341b1
commit b434147fe6

View file

@ -52,7 +52,7 @@ M.start = function()
return
end
local cmd = { 'live-server', cached_dir }
local cmd = { 'live-server', dir }
vim.list_extend(cmd, M.config.args)
local job_id = vim.fn.jobstart(cmd, {