We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 431cf2e commit 58170c7Copy full SHA for 58170c7
lua/kickstart/plugins/lint.lua
@@ -2,8 +2,7 @@
2
3
---@module 'lazy'
4
---@type LazySpec
5
-return
6
-{
+return {
7
'mfussenegger/nvim-lint',
8
event = { 'BufReadPre', 'BufNewFile' },
9
config = function()
0 commit comments