0.16.1 (2024-10-02)
0.16.0 (2024-07-10)
- nvim test runner breaking changes (057f6e5)
- projectionist: do not overwrite existing projections (057f6e5)
0.15.0 (2024-07-05)
- deprecate Credo Language Server (63a9920)
0.14.3 (2024-06-14)
0.14.2 (2024-05-23)
- elixirls: only refresh for the current buffer (d04320b)
0.14.1 (2024-05-23)
- elixirls: properly setup codelens autocmd (5945e44)
0.14.0 (2024-05-02)
- nextls: only activate for valid buffers (76d6025)
0.13.2 (2024-03-08)
- correct spelling of Next LS (972c66e)
0.13.1 (2024-03-08)
0.13.0 (2024-02-26)
0.12.1 (2024-02-14)
- set spitfire var to correct value (55a5112)
0.12.0 (2024-02-14)
- nextls: enable spitfire option (42aec43)
0.11.2 (2024-02-14)
0.11.1 (2023-12-30)
0.11.0 (2023-11-10)
- update vim.iter (103aaa5)
0.10.1 (2023-10-02)
0.10.0 (2023-10-02)
0.9.4 (2023-09-14)
- nextls: correctly find root dir (d89d774)
0.9.3 (2023-09-14)
0.9.2 (2023-09-04)
0.9.1 (2023-08-21)
0.9.0 (2023-08-21)
- :Elixir command with subcommands and completions (#160) (c4e1db5)
- nextls: enable auto update (#159) (af1b5a8)
0.8.1 (2023-08-10)
0.8.0 (2023-08-09)
0.7.2 (2023-08-01)
0.7.1 (2023-07-28)
0.7.0 (2023-07-28)
- nextls: reuse client correctly for workspace folders (22fe478)
- connect to eelixir, heex, and surface filetypes (f5da7e3)
0.6.6 (2023-07-20)
0.6.5 (2023-06-26)
- ensure elixir-tool.nvim cache dir exists (5a3f6f3)
0.6.4 (2023-06-25)
- bin/nextls (545e9bb)
0.6.3 (2023-06-25)
0.6.2 (2023-06-25)
0.6.1 (2023-06-21)
- elixirls: allow overriding handlers (2fa5e75)
0.6.0 (2023-06-21)
0.5.1 (2023-06-15)
0.5.0 (2023-06-14)
0.4.0 (2023-06-11)
- Etask projection (#119) (3eb9c10), closes #92
- projectionist: Ejson and Elivecomponent (#80) (7af93b7)
- credo: use -S in shebang line (#122) (6d8cbe9)
- projectionist: don't append live to file and module name (#121) (e504b87)
0.3.0 (2023-06-08)
- configure credo-langauge-server version (#104) (4644c05)
- connect to credo via port (09eaf34)
- credo: auto install latest version (#114) (23c3e7b)
- healthcheck (#89) (c9ec34a)
- projections for phoenix 1.7 (#50) (53946c8)
- treesitter: injections (#75) (ca34b3e), closes #9
- correctly fetch path to credo-language-server (#65) (8f40d76), closes #64
- credo-language-server is installed quietly (#115) (6f59909)
- credo: correctly handle umbrella apps and monorepos (#77) (86bda38), closes #76
- improve BufEnter performance (#87) (08b7843)
- only start credo if it finds a mix.exs with credo in it (#68) (43c2288)
- remove leading 'v' in latest version (#116) (945d161)
- umbrella app detection (#88) (a17c863)
- credo-language-server support
- Set the commentstring for the surface filetype.
- can disable ElixirLS and credo-language-server with the
enable
option.
Initial Release