mirror of
https://github.com/neovim/neovim.git
synced 2024-12-20 03:05:11 -07:00
f969b4bfb1
Open issues and PRs are almost all labeled `treesitter` instead of `tree-sitter`; this change improves consistency.
50 lines
742 B
YAML
50 lines
742 B
YAML
"lsp":
|
|
- runtime/lua/vim/lsp.lua
|
|
- runtime/lua/vim/lsp/*
|
|
|
|
"lua":
|
|
- runtime/lua/**/*
|
|
- src/nvim/lua
|
|
|
|
"tui":
|
|
- src/nvim/tui/tui.*
|
|
|
|
"treesitter":
|
|
- src/nvim/lua/treesitter.*
|
|
- runtime/lua/vim/treesitter.lua
|
|
- runtime/lua/vim/treesitter/*
|
|
|
|
"dependencies":
|
|
- third-party/**/*
|
|
|
|
"topic: spell":
|
|
- src/nvim/spell*
|
|
|
|
"topic: :terminal":
|
|
- src/nvim/terminal.*
|
|
|
|
"topic: column":
|
|
- src/nvim/mark.h
|
|
- src/nvim/mark.c
|
|
- src/nvim/sign*
|
|
|
|
"topic: folds":
|
|
- src/nvim/fold*
|
|
|
|
"topic: mouse":
|
|
- src/nvim/mouse*
|
|
|
|
"topic: documentation":
|
|
- runtime/doc/*
|
|
|
|
"topic: clipboard":
|
|
- runtime/autoload/provider/clipboard.vim
|
|
|
|
"topic: diff":
|
|
- src/nvim/diff.*
|
|
|
|
"topic: build":
|
|
- CMakeLists.txt
|
|
- "**/CMakeLists.txt"
|
|
- "**/*.cmake"
|