Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adelarsq/ignored_files.vim
Plugin to ignore filetypes and buffers for a number of plugins
https://github.com/adelarsq/ignored_files.vim
filetype neovim plugin vim
Last synced: about 16 hours ago
JSON representation
Plugin to ignore filetypes and buffers for a number of plugins
- Host: GitHub
- URL: https://github.com/adelarsq/ignored_files.vim
- Owner: adelarsq
- Created: 2022-08-26T18:26:47.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-28T15:19:25.000Z (almost 2 years ago)
- Last Synced: 2024-11-16T19:33:06.570Z (2 months ago)
- Topics: filetype, neovim, plugin, vim
- Language: Vim Script
- Homepage:
- Size: 41 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](https://github.com/junegunn/vim-plug):
```vim
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
- [x] default wildignore
- [x] files blacklist for indent guides plugins
- [x] [lukas-reineke/indent-blankline.nvim](https://github.com/lukas-reineke/indent-blankline.nvim)
- [x] [https://github.com/nathanaelkane/vim-indent-guides](nathanaelkane/vim-indent-guides)
- [x] [Yggdroot/indentLine](https://github.com/Yggdroot/indentLine)
- [ ] files blacklist for others plugins
- [ ] [RRethy/vim-illuminate](https://github.com/RRethy/vim-illuminate)## TODO
- [x] Ready to use
- [ ] Generated .gitignore based on current filetype
- [ ] Update .gitignore based on current filetype
- [ ] Generate wildignore based on .gitignore