diff options
Diffstat (limited to '.github/FEATURE_REQUEST_TEMPLATE/feature_request.md')
| -rw-r--r-- | .github/FEATURE_REQUEST_TEMPLATE/feature_request.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/.github/FEATURE_REQUEST_TEMPLATE/feature_request.md b/.github/FEATURE_REQUEST_TEMPLATE/feature_request.md new file mode 100644 index 00000000..875a2533 --- /dev/null +++ b/.github/FEATURE_REQUEST_TEMPLATE/feature_request.md @@ -0,0 +1,13 @@ +--- +name: Feature request +about: Request a feature in nvim-lspconfig +title: '' +labels: feature-request + +--- + +<!-- Before reporting: search existing issues. Implementation of the language server spec itself is located in the neovim core repository and feature requests may be better suited for core. --> + +### Requested feature + +### Motivation |
