Home

Awesome

vfiler-column-devicons

The devicons column extension plugin for vfiler.vim.

Requirements

A Nerd Font compatible font or patch your own. Then set your terminal font (or guifont if you are using GUI version of Vim).

Installation

  1. Install the Vim plugin with your favorite plugin manager, e.g. vim-plug:
Plug 'obaland/vfiler.vim'
Plug 'obaland/vfiler-column-devicons'
  1. Set devicons to any position for the column settings.
require'vfiler/config'.setup {
  options = {
    columns = 'indent,devicons,name,mode,size,time',
    -- ...
  },
}

Configuration Examples

-- vfiler configuration (Explorer style)
require'vfiler/config'.setup {
  options = {
    columns = 'indent,devicons,name',
    auto_cd = true,
    auto_resize = true,
    keep = true,
    layout = 'left',
    width = 30,
  },
}

-- Start vfiler
require'vfiler'.start()

Screenshots

devicons

References

License

Paddington is licensed under the MIT license.
Copyright © 2022, obaland