Skip to content

Instantly share code, notes, and snippets.

@peteristhegreat
Created August 23, 2017 20:17
Show Gist options
  • Save peteristhegreat/9986db98f7e14b514f214ab6ab5f1bd4 to your computer and use it in GitHub Desktop.
Save peteristhegreat/9986db98f7e14b514f214ab6ab5f1bd4 to your computer and use it in GitHub Desktop.
Another vim dir structure
.
|-- after
| |-- ftplugin
| | |-- c.vim
| | `-- cpp.vim
| `-- syntax
| |-- atk.vim
| |-- atspi.vim
| |-- c.vim
| |-- cairo.vim
| |-- clutter.vim
| |-- colord.vim
| |-- dbusglib.vim
| |-- evince.vim
| |-- fftw3.vim
| |-- gdkpixbuf.vim
| |-- gimp.vim
| |-- glib.vim
| |-- gnomedesktop.vim
| |-- gobjectintrospection.vim
| |-- gstreamer.vim
| |-- gtk2.vim
| |-- gtk3.vim
| |-- gtkglext.vim
| |-- gtksourceview.vim
| |-- gudev.vim
| |-- gusb.vim
| |-- jsonglib.vim
| |-- libgsf.vim
| |-- libnotify.vim
| |-- librsvg.vim
| |-- libsoup.vim
| |-- libunique.vim
| |-- libwnck.vim
| |-- pango.vim
| |-- poppler.vim
| |-- vte.vim
| `-- xlib.vim
|-- autoload
| |-- SyntaxAttr.vim
| |-- omni
| | |-- common
| | | |-- debug.vim
| | | `-- utils.vim
| | `-- cpp
| | |-- complete.vim
| | |-- includes.vim
| | |-- items.vim
| | |-- maycomplete.vim
| | |-- namespaces.vim
| | |-- settings.vim
| | |-- tokenizer.vim
| | `-- utils.vim
| `-- pathogen.vim
|-- bundle
| |-- auto-pairs-master
| | |-- README.md
| | `-- plugin
| | `-- auto-pairs.vim
| |-- auto-pairs-master.zip
| |-- ctrlp.vim
| | |-- autoload
| | | |-- ctrlp
| | | | |-- bookmarkdir.vim
| | | | |-- buffertag.vim
| | | | |-- changes.vim
| | | | |-- dir.vim
| | | | |-- line.vim
| | | | |-- mixed.vim
| | | | |-- mrufiles.vim
| | | | |-- quickfix.vim
| | | | |-- rtscript.vim
| | | | |-- tag.vim
| | | | |-- undo.vim
| | | | `-- utils.vim
| | | `-- ctrlp.vim
| | |-- doc
| | | `-- ctrlp.txt
| | |-- plugin
| | | `-- ctrlp.vim
| | `-- readme.md
| |-- kien-ctrlp.vim-1.79-27-gb5d3fe6.tar.gz
| |-- nerdcommenter
| | |-- README.md
| | |-- Rakefile
| | |-- doc
| | | `-- NERD_commenter.txt
| | `-- plugin
| | `-- NERD_commenter.vim
| |-- nerdcommenter-master.zip
| |-- nerdtree-git-plugin-master.zip
| |-- nerdtree-master.zip
| |-- vim-colors-solarized
| | |-- README.mkd
| | |-- autoload
| | | |-- q
| | | `-- togglebg.vim
| | |-- bitmaps
| | | `-- togglebg.png
| | |-- colors
| | | `-- solarized.vim
| | `-- doc
| | |-- solarized.txt
| | `-- tags
| |-- vim-colors-solarized-master.zip
| |-- vim-fugitive
| | |-- CONTRIBUTING.markdown
| | |-- README.markdown
| | |-- doc
| | | |-- fugitive.txt
| | | `-- tags
| | `-- plugin
| | `-- fugitive.vim
| |-- vim-fugitive-master.zip
| |-- vim-markdown
| | |-- CONTRIBUTING.md
| | |-- Makefile
| | |-- README.md
| | |-- after
| | | `-- ftplugin
| | | `-- markdown.vim
| | |-- ftdetect
| | | `-- markdown.vim
| | |-- ftplugin
| | | `-- markdown.vim
| | |-- indent
| | | `-- markdown.vim
| | |-- registry
| | | `-- markdown.yaml
| | |-- syntax
| | | `-- markdown.vim
| | `-- test
| | |-- README.md
| | |-- header.md
| | |-- indent.md
| | |-- map.vader
| | |-- run-tests.sh
| | |-- syntax.md
| | |-- syntax.vader
| | |-- table_format.md
| | `-- vimrc
| `-- vim-markdown-master.zip
|-- colors
|-- doc
| |-- fugitive.txt
| |-- headerguard.txt
| |-- omnicppcomplete.txt
| `-- tags
|-- nerdtree
| |-- CHANGELOG
| |-- LICENCE
| |-- README.markdown
| |-- autoload
| | |-- nerdtree
| | | `-- ui_glue.vim
| | `-- nerdtree.vim
| |-- doc
| | `-- NERD_tree.txt
| |-- lib
| | `-- nerdtree
| | |-- bookmark.vim
| | |-- creator.vim
| | |-- event.vim
| | |-- flag_set.vim
| | |-- key_map.vim
| | |-- menu_controller.vim
| | |-- menu_item.vim
| | |-- nerdtree.vim
| | |-- notifier.vim
| | |-- opener.vim
| | |-- path.vim
| | |-- tree_dir_node.vim
| | |-- tree_file_node.vim
| | `-- ui.vim
| |-- nerdtree_plugin
| | |-- exec_menuitem.vim
| | `-- fs_menu.vim
| |-- plugin
| | `-- NERD_tree.vim
| `-- syntax
| `-- nerdtree.vim
|-- nerdtree-git-plugin
| |-- README.md
| `-- nerdtree_plugin
| `-- git_status.vim
|-- omnicppcomplete-0.41.zip
|-- plugin
| |-- headerguard.vim
| `-- repl-visual-no-reg-overwrite.vim
|-- syntax
| `-- python.vim
|-- tags
| |-- README
| |-- cpp
| |-- cpp_src
| | |-- algorithm
| | /\/\
| | `-- vector.tcc
| |-- cpp_src.tar.bz2
| |-- qt4
| |-- sys_time
| `-- tags
|-- vim-syntax-extra
| |-- CHANGES
| |-- README.md
| |-- after
| | `-- syntax
| | |-- c.vim
| | |-- lex.vim
| | `-- yacc.vim
| |-- plugin
| | `-- vim-syntax-extra.vim
| `-- test
| `-- example.yy
`-- vim-syntax-extra-master.zip
58 directories, 267 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment