How do I turn on/off loading the filetype plugins?

By default, Vim will not load the filetype plugins. You can configure Vim to load filetype plugins using the command:

    filetype plugin on

You can turn off loading the filetype plugins using:

    filetype plugin off

Comments (1)


Pepsh Pepshinsky

Let’s see you to :help viminfo-file-name (option -i) :set viminfofile=NONE


Speak Your Mind