languages/elixir: readd; format module options

This commit is contained in:
raf 2024-05-07 00:52:33 +03:00
commit e96897f6b3
No known key found for this signature in database
GPG key ID: 02D1DD3FA08B6B29
10 changed files with 175 additions and 98 deletions

View file

@ -178,13 +178,8 @@
flake = false;
};
plugin-glow-nvim = {
url = "github:ellisonleao/glow.nvim";
flake = false;
};
plugin-image-nvim = {
url = "github:3rd/image.nvim";
plugin-elixir-tools = {
url = "github:elixir-tools/elixir-tools.nvim";
flake = false;
};
@ -487,6 +482,16 @@
flake = false;
};
plugin-glow-nvim = {
url = "github:ellisonleao/glow.nvim";
flake = false;
};
plugin-image-nvim = {
url = "github:3rd/image.nvim";
flake = false;
};
# Note-taking
plugin-obsidian-nvim = {
url = "github:epwalsh/obsidian.nvim";