Skip to content

Commit a17b86f

Browse files
authored
Merge pull request #72 from alounel/add-test
add exclude_filetypes:cmp_menu
2 parents 8b3bfc3 + 11ff4ce commit a17b86f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lua/hlchunk/utils/filetype.lua

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ M.exclude_filetypes = {
6363
["dap-repl"] = true,
6464
saga_codeaction = true,
6565
sagarename = true,
66+
cmp_menu = true,
67+
["null-ls-info"] = true,
6668
}
6769

6870
return M

0 commit comments

Comments
 (0)