diff --git a/.config/nvim/lua/custom/plugins/supermaven.lua b/.config/nvim/lua/custom/plugins/supermaven.lua index d6a92a5..e8bc3fc 100644 --- a/.config/nvim/lua/custom/plugins/supermaven.lua +++ b/.config/nvim/lua/custom/plugins/supermaven.lua @@ -24,7 +24,8 @@ return { accept_word = nil, }, ignore_filetypes = { - markdown = true, + ['markdown'] = true, + ['help'] = true, ['NeogitStatus'] = true, ['NeogitPopup'] = true, ['NeogitCommitMessage'] = true,