├── LICENSE ├── README.md ├── autoload └── sidebar.vim ├── doc └── sidebar.txt └── plugin └── sidebar.vim /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brglng/vim-sidebar-manager/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brglng/vim-sidebar-manager/HEAD/README.md -------------------------------------------------------------------------------- /autoload/sidebar.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brglng/vim-sidebar-manager/HEAD/autoload/sidebar.vim -------------------------------------------------------------------------------- /doc/sidebar.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brglng/vim-sidebar-manager/HEAD/doc/sidebar.txt -------------------------------------------------------------------------------- /plugin/sidebar.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brglng/vim-sidebar-manager/HEAD/plugin/sidebar.vim --------------------------------------------------------------------------------