diff --git a/.config/hilbish/init.lua b/.config/hilbish/init.lua index b6d5f85..b583fbc 100755 --- a/.config/hilbish/init.lua +++ b/.config/hilbish/init.lua @@ -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)