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:
parent
c095856bba
commit
e5f2fb0318
1 changed files with 2 additions and 0 deletions
|
@ -93,6 +93,8 @@ vim.g.vsnip_filetypes = {
|
||||||
typescript = {'javascript'},
|
typescript = {'javascript'},
|
||||||
typescriptreact = {'javascript', 'javascriptreact', 'typescript'}
|
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
|
-- We do this to prevent the loading of the system fzf.vim plugin. This is
|
||||||
-- present at least on Arch/Manjaro
|
-- present at least on Arch/Manjaro
|
||||||
|
|
Loading…
Reference in a new issue