summaryrefslogtreecommitdiff
path: root/config/essentials/nvim/lua
diff options
context:
space:
mode:
Diffstat (limited to 'config/essentials/nvim/lua')
-rw-r--r--config/essentials/nvim/lua/user/live-server.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/essentials/nvim/lua/user/live-server.lua b/config/essentials/nvim/lua/user/live-server.lua
index dac3c19..197809d 100644
--- a/config/essentials/nvim/lua/user/live-server.lua
+++ b/config/essentials/nvim/lua/user/live-server.lua
@@ -5,7 +5,7 @@ local live_servers = {}
function M.start_live_server()
if vim.fn.executable('lsof') == 0 then
print("Error: 'lsof' command not found")
- elseif vim.fn.executable('lsof') == 0 then
+ elseif vim.fn.executable('live-server') == 0 then
print("Error: 'live-server' command not found")
return
end