Skip to content

Commit 932c326

Browse files
committed
docs: document spitfire option
Fixes #214
1 parent 32c6b0d commit 932c326

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ elixir.setup {
113113
enable = false, -- defaults to false
114114
port = 9000, -- connect via TCP with the given port. mutually exclusive with `cmd`. defaults to nil
115115
cmd = "path/to/next-ls", -- path to the executable. mutually exclusive with `port`
116+
spitfire = true, -- defaults to false
116117
init_options = {
117118
mix_env = "dev",
118119
mix_target = "host",

0 commit comments

Comments
 (0)