We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents abcb434 + 3f12bcf commit f2c0f23Copy full SHA for f2c0f23
1 file changed
lua/devdocs/picker.lua
@@ -33,6 +33,7 @@ M.ViewDoc = function(doc, callback)
33
function(_, index)
34
local file = files[index]
35
vim.cmd('split ' .. file .. ' | setlocal readonly')
36
+ vim.diagnostic.enable(false, { bufnr = 0 })
37
end
38
)
39
0 commit comments