diff options
author | Abouzar Parvan <[email protected]> | 2021-08-07 18:00:12 +0430 |
---|---|---|
committer | GitHub <[email protected]> | 2021-08-07 18:00:12 +0430 |
commit | 01f865e04100439fbb0c4e705a3332f7f71229b6 (patch) | |
tree | ae15d488e2f9df562aa082759fbd7df9f8a2c65a | |
parent | 730542a47da8e2dbb7e0a800c425f210a0325b1b (diff) |
Update lsp-issue-form.yaml
-rw-r--r-- | .github/ISSUE_TEMPLATE/lsp-issue-form.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/ISSUE_TEMPLATE/lsp-issue-form.yaml b/.github/ISSUE_TEMPLATE/lsp-issue-form.yaml index 6597ec2a..2fabeee6 100644 --- a/.github/ISSUE_TEMPLATE/lsp-issue-form.yaml +++ b/.github/ISSUE_TEMPLATE/lsp-issue-form.yaml @@ -31,9 +31,9 @@ body: required: true - label: I restarted Neovim after running :LspInstall required: true - - label: I have a valid language configuration (~/.config/nvim/ftplugin/) + - label: I have a valid language configuration (~/.config/lvim/ftplugin/) required: true - - label: I checked the options (~/.config/nvim/lv-config.lua) + - label: I checked the options (~/.config/lvim/config.lua) required: true - label: The programs specified by the config are installed - type: input |