fix(nvim): update dotfiles location

This commit is contained in:
Oliver Davies 2022-11-08 10:44:56 +00:00
parent b32e7fb510
commit edbd038cbe
2 changed files with 2 additions and 2 deletions

View file

@ -92,4 +92,4 @@ imap {
end,
}
nmap { "<leader><leader>s", "<cmd>source ~/.config/nvim/after/plugin/luasnip.lua<CR>" }
nmap { "<leader><leader>s", "<cmd>source ~/Code/dotfiles/config/neovim/after/plugin/luasnip.lua<CR>" }

View file

@ -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 ~",