summaryrefslogtreecommitdiff
path: root/fnl/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'fnl/plugins')
-rw-r--r--fnl/plugins/conform.fnl1
-rw-r--r--fnl/plugins/lsp/servers.fnl1
-rw-r--r--fnl/plugins/treesitter.fnl1
3 files changed, 3 insertions, 0 deletions
diff --git a/fnl/plugins/conform.fnl b/fnl/plugins/conform.fnl
index 4fdf3f7..9608f5c 100644
--- a/fnl/plugins/conform.fnl
+++ b/fnl/plugins/conform.fnl
@@ -13,6 +13,7 @@
:formatters_by_ft {:* [:codespell]
:_ [:trim_whitespace :trim_newlines]
:css [:stylelint]
+ :elixir [:mix]
:fennel [:fnlfmt]
:haskell [:fourmolu]
:html [:prettierd]
diff --git a/fnl/plugins/lsp/servers.fnl b/fnl/plugins/lsp/servers.fnl
index 0dbb16f..9f5cfcf 100644
--- a/fnl/plugins/lsp/servers.fnl
+++ b/fnl/plugins/lsp/servers.fnl
@@ -4,6 +4,7 @@
:clangd {}
:cssls {}
:dockerls {}
+ :elixirls {}
:hls {}
:html {}
:jsonls {:init_options {:providerFormatter false}
diff --git a/fnl/plugins/treesitter.fnl b/fnl/plugins/treesitter.fnl
index 650f132..c8b3772 100644
--- a/fnl/plugins/treesitter.fnl
+++ b/fnl/plugins/treesitter.fnl
@@ -6,6 +6,7 @@
:c
:comment
:dockerfile
+ :elixir
:fennel
:graphql
:haskell