current
 1(require "helix-file-watcher/file-watcher.scm")
 2
 3(require "scooter/scooter.scm")
 4
 5(require "wakatime/wakatime.scm")
 6
 7(require "helix-fcitx-focus/cogs/fcitx-focus.scm")
 8
 9(require "helix/configuration.scm")
10(define-lsp "steel-language-server" (command "steel-language-server") (args '()))
11(define-language "scheme" (language-servers '("steel-language-server")))