diff options
| author | Justin M. Keyes <justinkz@gmail.com> | 2024-01-28 17:07:36 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-28 17:07:36 -0800 |
| commit | 716dbc02cd37122f8f6ec59e54b5a979e6260a26 (patch) | |
| tree | 50f42e91611aca7b62cb9e4e63477a91d0ff478e /.github | |
| parent | Update bug_report.yml (diff) | |
| download | nvim-lspconfig-716dbc02cd37122f8f6ec59e54b5a979e6260a26.tar nvim-lspconfig-716dbc02cd37122f8f6ec59e54b5a979e6260a26.tar.gz nvim-lspconfig-716dbc02cd37122f8f6ec59e54b5a979e6260a26.tar.bz2 nvim-lspconfig-716dbc02cd37122f8f6ec59e54b5a979e6260a26.tar.lz nvim-lspconfig-716dbc02cd37122f8f6ec59e54b5a979e6260a26.tar.xz nvim-lspconfig-716dbc02cd37122f8f6ec59e54b5a979e6260a26.tar.zst nvim-lspconfig-716dbc02cd37122f8f6ec59e54b5a979e6260a26.zip | |
no feature requests
Diffstat (limited to '.github')
| -rw-r--r-- | .github/ISSUE_TEMPLATE/feature_request.yml | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml deleted file mode 100644 index 31f66c72..00000000 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ /dev/null @@ -1,24 +0,0 @@ -name: Feature request -description: Request a feature in nvim-lspconfig -labels: [enhancement] -body: - - type: markdown - attributes: - value: | - Before requesting a new feature, search existing issues. Implementation of the language server protocol itself is located in the neovim core repository, and general feature requests may be better suited for core. - - type: input - attributes: - label: "Language server" - description: "Is the feature specific to a language server? If so, which one(s)?" - placeholder: "clangd" - - type: textarea - attributes: - label: "Requested feature" - validations: - required: true - - type: input - attributes: - label: "Other clients which have this feature" - description: "Is the feature already implemented in another LSP client for (Neo)Vim? If so, which one(s)?" - placeholder: "vim-lsp" - |
