use non-cached directory in start
This commit is contained in:
parent
39825341b1
commit
b434147fe6
1 changed files with 1 additions and 1 deletions
|
|
@ -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, {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue