Skip to content

Commit e0f1e38

Browse files
committed
add qf to exclude filetypes
1 parent 0dc4bc2 commit e0f1e38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/indentmini/init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ local ns = api.nvim_create_namespace('IndentLine')
44
local ffi, treesitter = require('ffi'), vim.treesitter
55
local opt = {
66
only_current = false,
7-
exclude = { 'dashboard', 'lazy', 'help', 'nofile', 'terminal', 'prompt' },
7+
exclude = { 'dashboard', 'lazy', 'help', 'nofile', 'terminal', 'prompt', 'qf' },
88
config = {
99
virt_text_pos = 'overlay',
1010
hl_mode = 'combine',

0 commit comments

Comments
 (0)