Skip to content
This repository was archived by the owner on Dec 3, 2024. It is now read-only.

Latest commit

 

History

History
63 lines (43 loc) · 1.32 KB

README.md

File metadata and controls

63 lines (43 loc) · 1.32 KB

Netrw Salad

The goal of this plugin is to be as unintrusive as possible to the default netrw experience. While trying to make some modification to improve usability.

Features

  • More sensible defaults
  • Press - to open directory listing where the current file is located
  • Quickly navigate between files and directories using hjkl
  • When deleting or rename a file the associated buffer will be deleted

Installation

vim-plug

vim9script:

plug#begin()
Plug 'saccarosium/vim-netrw-salad'
plug#end()

legacy vimscript:

call plug#begin()
Plug 'saccarosium/vim-netrw-salad'
call plug#end()
minpac

vim9script:

minpac#add('saccarosium/vim-netrw-salad')

legacy vimscript:

call minpac#add('saccarosium/vim-netrw-salad')
built-in
mkdir -p $HOME/.vim/pack/packs/start
cd $HOME/.vim/pack/packs/start
git clone https://github.com/saccarosium/vim-netrw-salad

Documentation

See doc/netrw-salad.txt