We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dc4bc2 commit e0f1e38Copy full SHA for e0f1e38
lua/indentmini/init.lua
@@ -4,7 +4,7 @@ local ns = api.nvim_create_namespace('IndentLine')
4
local ffi, treesitter = require('ffi'), vim.treesitter
5
local opt = {
6
only_current = false,
7
- exclude = { 'dashboard', 'lazy', 'help', 'nofile', 'terminal', 'prompt' },
+ exclude = { 'dashboard', 'lazy', 'help', 'nofile', 'terminal', 'prompt', 'qf' },
8
config = {
9
virt_text_pos = 'overlay',
10
hl_mode = 'combine',
0 commit comments