Disable hilbish linter (this implementation's too buggy for use right now)
This commit is contained in:
parent
8079dc219e
commit
238f3ea099
1 changed files with 4 additions and 4 deletions
|
@ -18,7 +18,7 @@ hilbish.appendPath('~/.rye/shims')
|
|||
hilbish.appendPath('/usr/local/bin')
|
||||
hilbish.appendPath('/opt/local/bin')
|
||||
|
||||
local hinter = require('.hinter')
|
||||
--local hinter = require('.hinter')
|
||||
local syntax = require('.syntax')
|
||||
local fish_completer = require('.fish_completer')
|
||||
--local carapace_completer = require('.carapace')
|
||||
|
@ -68,9 +68,9 @@ function hilbish.highlighter(line)
|
|||
end
|
||||
|
||||
-- Hinter
|
||||
function hilbish.hinter(line, _)
|
||||
return hinter.hinter(line)
|
||||
end
|
||||
--function hilbish.hinter(line, _)
|
||||
-- return hinter.hinter(line)
|
||||
--end
|
||||
|
||||
-- Completers
|
||||
hilbish.complete('command.git', fish_completer.fish_completer)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue