Skip to content

Commit

Permalink
Remove unused modules from SQL client
Browse files Browse the repository at this point in the history
  • Loading branch information
russtoku committed Aug 27, 2024
1 parent b7c182f commit 1c98a70
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions fnl/conjure/client/sql/stdio.fnl
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
(local {: autoload} (require :nfnl.module))
(local a (autoload :conjure.aniseed.core))
(local nvim (autoload :conjure.aniseed.nvim))
(local str (autoload :conjure.aniseed.string))
(local client (autoload :conjure.client))
(local log (autoload :conjure.log))
(local stdio (autoload :conjure.remote.stdio-rt))
(local config (autoload :conjure.config))
(local text (autoload :conjure.text))
(local mapping (autoload :conjure.mapping))
(local ts (autoload :conjure.tree-sitter))

(import-macros {: augroup : autocmd} :conjure.macros)

Expand Down
3 changes: 0 additions & 3 deletions lua/conjure/client/sql/stdio.lua

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1c98a70

Please sign in to comment.