neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

indoff.vim (348B)


      1 " Vim support file to switch off loading indent files for file types
      2 "
      3 " Maintainer:	The Vim Project <https://github.com/vim/vim>
      4 " Last Change:	2023 Aug 10
      5 " Former Maintainer:	Bram Moolenaar <Bram@vim.org>
      6 
      7 if exists("did_indent_on")
      8  unlet did_indent_on
      9 endif
     10 
     11 " Remove all autocommands in the filetypeindent group
     12 silent! au! filetypeindent *