Skip to content
This repository was archived by the owner on Aug 7, 2023. It is now read-only.

Commit 5485a66

Browse files
author
steelbrain
committed
🎨 Enable lintOnFly
1 parent f40a381 commit 5485a66

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/main.coffee

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ module.exports =
2121
'(?:near (?<near>.+)|$))'
2222
provider =
2323
grammarScopes: ['source.lua']
24-
scope: 'file' # or 'project'
25-
lintOnFly: false # must be false for scope: 'project'
24+
scope: 'file'
25+
lintOnFly: true
2626
lint: (textEditor) =>
2727
parameters = []
2828
if @executablePath.indexOf('luajit') isnt -1

0 commit comments

Comments
 (0)