Skip to content

adelarsq/ignored_files.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published