fix(nvim): update dotfiles location
This commit is contained in:
parent
1b03084975
commit
933d2fcf62
2 changed files with 2 additions and 2 deletions
|
@ -39,7 +39,7 @@ end
|
|||
|
||||
function M.edit_neovim()
|
||||
local opts = {
|
||||
cwd = "~/.config/nvim",
|
||||
cwd = "~/Code/dotfiles/config/neovim",
|
||||
find_command = { "rg", "--no-ignore", "--files", "--follow" },
|
||||
path_display = { "shorten" },
|
||||
prompt_title = "~ dotfiles ~",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue