Skip to content
Discussion options

You must be logged in to vote

Hi there!

Because folders such as autoload, colors, ftplugin, indent, keymap, plugin, syntax have a special meaning in vim/neovim world. They all behave differently and each of them have its rules.

For example all files with .vim extention in plugin folder and its subfolders loads just after our init.vim/vimrc loaded up. Don't think them like a real vim plugin, you can put anything in plugin folder. Even though why my init.vim file has runtime startup/disable.vim something, that's because I want to manually load those files just before files in my plugin folder start loading.

Also, see the files in my ftplugin folder, the way you name them matters because when you open a JavaScript file, j…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by kutsan
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants