from packer to lazy
This commit is contained in:
@@ -1,7 +1,11 @@
|
||||
require('diaglist').init({
|
||||
-- below are defaults
|
||||
debug = false,
|
||||
|
||||
-- increase for noisy servers
|
||||
debounce_ms = 150,
|
||||
})
|
||||
-- Live render workspace diagnostics in quickfix with
|
||||
-- current buf errors on top, buffer diagnostics in loclist
|
||||
return {
|
||||
'onsails/diaglist.nvim',
|
||||
enabled = true,
|
||||
lazy = true,
|
||||
opts = {
|
||||
debug = false,
|
||||
debounce_ms = 150
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user