Skip to content

Instantly share code, notes, and snippets.

@DevAtDawn
DevAtDawn / vim-plugin-directories
Created November 17, 2021 11:37 — forked from nelstrom/vim-plugin-directories
An overview of what belongs in each directory of a Vim plugin.
plugin
naming convention: name_of_plugin.vim
these files are sourced for all file types
doc
naming convention: name_of_plugin.txt
these files document the functionality of a plugin
color
naming convention: name_of_colorscheme.vim