neovim/.github/labeler.yml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

67 lines
978 B
YAML
Raw Normal View History

"lsp":
- runtime/lua/vim/lsp.lua
- runtime/lua/vim/lsp/*
"tui":
- src/nvim/tui/tui.*
"treesitter":
- src/nvim/lua/treesitter.*
- runtime/lua/vim/treesitter.lua
- runtime/lua/vim/treesitter/*
- runtime/queries/**/*
2021-09-18 13:29:56 -07:00
"diagnostic":
- runtime/lua/vim/diagnostic.lua
"dependencies":
- cmake.deps/**/*
2021-07-28 08:29:27 -07:00
"spell":
- src/nvim/spell*
2021-07-28 08:29:27 -07:00
"terminal":
- src/nvim/terminal.*
2021-07-28 08:29:27 -07:00
"column":
- src/nvim/sign*
2021-07-28 08:29:27 -07:00
"folds":
- src/nvim/fold*
2021-07-28 08:29:27 -07:00
"mouse":
- src/nvim/mouse*
2021-07-28 08:29:27 -07:00
"documentation":
- all: ["runtime/doc/*"]
- all: ["**/*.md"]
2021-07-28 08:29:27 -07:00
"clipboard":
- runtime/autoload/provider/clipboard.vim
2021-07-28 08:29:27 -07:00
"diff":
- src/nvim/diff.*
2021-07-28 08:29:27 -07:00
"build":
- CMakeLists.txt
- "**/CMakeLists.txt"
- "**/Makefile"
- "**/*.cmake"
2022-02-18 12:13:10 -07:00
"test":
- all: ["test/**/*"]
"ci":
- .github/labeler.yml
- .github/workflows/**/*
- .builds/*
- ci/**/*
"filetype":
- runtime/lua/vim/filetype.lua
- runtime/lua/vim/filetype/detect.lua
"platform:nix":
- contrib/flake.lock
- contrib/flake.nix