diff --git a/nvim/.config/nvim/plugin/settings.vim b/nvim/.config/nvim/plugin/settings.vim index 09ce3189..fba63d12 100644 --- a/nvim/.config/nvim/plugin/settings.vim +++ b/nvim/.config/nvim/plugin/settings.vim @@ -34,3 +34,7 @@ set list listchars=tab:»\ ,trail:\␣,eol:↩ " Stops vim wrapping in the middle of a word set linebreak + +" Sets tool for opening non-text files with gx +" If in netrw, this is run with just x +let g:netrw_browsex_viewer = "opout"