[nvim] Fix the editor metadata settings, again, for hopefully the last time
This commit is contained in:
parent
5898fe7381
commit
24229b0711
2 changed files with 12 additions and 5 deletions
|
@ -16,7 +16,8 @@ function ensureMetadataDirectoriesExist()
|
|||
local paths = {
|
||||
vim.opt.backupdir:get(),
|
||||
vim.opt.directory:get(),
|
||||
vim.opt.undodir:get()
|
||||
vim.opt.undodir:get(),
|
||||
vim.fs.dirname(vim.opt.shadafile:get()),
|
||||
}
|
||||
|
||||
for _, opt in ipairs(paths) do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue