diff options
author | christianchiarulli <[email protected]> | 2021-08-11 16:33:41 -0400 |
---|---|---|
committer | christianchiarulli <[email protected]> | 2021-08-11 16:33:41 -0400 |
commit | 83013c0d4f1467f546c38719c61909decfcb8151 (patch) | |
tree | 143773ea73c64d953db699e6e621926e44653fc2 /.github/ISSUE_TEMPLATE | |
parent | f6407e0bdb9c2875bc8f186929ce183af391b2a9 (diff) | |
parent | 5a7630cac761e91335d2f25cb07a81271569c791 (diff) |
Merge branch 'rolling' of github.com:ChristianChiarulli/LunarVim
Diffstat (limited to '.github/ISSUE_TEMPLATE')
-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 |