feat: use elixir-tools.nvim for additional highlighting

This commit is contained in:
NotAShelf 2023-04-15 22:51:13 +03:00
commit 3071c6bb4b
No known key found for this signature in database
GPG key ID: F0D14CCB5ED5AA22
9 changed files with 112 additions and 3 deletions

View file

@ -153,6 +153,11 @@
flake = false;
};
elixir-tools = {
url = "github:elixir-tools/elixir-tools.nvim";
flake = false;
};
# Copying/Registers
registers = {
url = "github:tversteeg/registers.nvim";