From 0733ebb066c1831c1e461ad189816224fae2b919 Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Sun, 11 Aug 2024 23:56:11 +0200 Subject: Add support for elixir --- fnl/plugins/conform.fnl | 1 + fnl/plugins/lsp/servers.fnl | 1 + fnl/plugins/treesitter.fnl | 1 + 3 files changed, 3 insertions(+) (limited to 'fnl/plugins') 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 -- cgit v1.2.3-70-g09d2