nvim: Use relative paths in dirvish

When yanking a path in dirvish buffer this setting allows us to get
relative paths instead of absolute which is default.
This commit is contained in:
Sanchayan Maity 2021-10-12 11:38:32 +05:30
parent c095856bba
commit e5f2fb0318
1 changed files with 2 additions and 0 deletions

View File

@ -93,6 +93,8 @@ vim.g.vsnip_filetypes = {
typescript = {'javascript'},
typescriptreact = {'javascript', 'javascriptreact', 'typescript'}
}
-- dirvish
vim.g.dirvish_relative_paths = 1
-- We do this to prevent the loading of the system fzf.vim plugin. This is
-- present at least on Arch/Manjaro