Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
TwIStOy committed Mar 22, 2024
1 parent 087228f commit 7c4bbd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/dotvim/init.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
local dora_dev = os.getenv("HOME") .. "/Projects/nvim-plugins/dora.nvim"

local function install_missing_dora(...)
local function install_missing_dora()
local dora_path = vim.fn.stdpath("data") .. "/lazy/dora.nvim"

if not vim.uv.fs_stat(dora_path) then
Expand Down

0 comments on commit 7c4bbd1

Please sign in to comment.