adelarsq / ignored_files.vim

Plugin to ignore filetypes and buffers for a number of plugins

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ignored Files

A plugin to ignore filetypes and buffers for a number of plugins.

This allows to avoid a need to add ignore configs for a lot of plugins on your config.

Installing

Plug:

Plug 'https://github.com/adelarsq/ignored_files.vim'

Config

  • ignored_filetypes global variable can be used on plugins that you want to ignore for specific filetypes.
  • ignored_buffertypes global variable can be used on plugins that you want to ignore for specific buffer types.
  • ignored_buffernames global variable can be used on plugins that you want to ignore for specific buffer names.

Features

TODO

  • Ready to use
  • Generated .gitignore based on current filetype
  • Update .gitignore based on current filetype
  • Generate wildignore based on .gitignore

About

Plugin to ignore filetypes and buffers for a number of plugins


Languages

Language:Vim Script 100.0%