fix(nvim): supermaven issues inside markdown/help files

This commit is contained in:
Kyren223
2024-08-23 20:13:09 +03:00
parent c09d560f96
commit 0aa46792d7

View File

@@ -24,7 +24,8 @@ return {
accept_word = nil,
},
ignore_filetypes = {
markdown = true,
['markdown'] = true,
['help'] = true,
['NeogitStatus'] = true,
['NeogitPopup'] = true,
['NeogitCommitMessage'] = true,