diff --git a/README.md b/README.md index 2ed7982..4d9879a 100644 --- a/README.md +++ b/README.md @@ -94,8 +94,9 @@ We integrate with common code editors and workflows: - - [Alejandra extension for Visual Studio Code](https://marketplace.visualstudio.com/items?itemName=kamadorueda.alejandra) - - [Doom-emacs](./integrations/doom-emacs/README.md) + - [Visual Studio Code](https://marketplace.visualstudio.com/items?itemName=kamadorueda.alejandra) + - [Neovim](./integrations/neovim/README.md) + - [Doom-Emacs](./integrations/doom-emacs/README.md) - [Pre-commit](./integrations/pre-commit/README.md) - [pre-commit-hooks.nix](./integrations/pre-commit-hooks-nix/README.md) @@ -219,6 +220,8 @@ $ alejandra --help ## Cool libraries +- [NixEL](https://github.com/kamadorueda/nixel) +- [Santiago](https://github.com/kamadorueda/santiago) - [rnix-parser](https://github.com/nix-community/rnix-parser) ## Alternatives diff --git a/integrations/doom-emacs/README.md b/integrations/doom-emacs/README.md index f7ae280..746f6b4 100644 --- a/integrations/doom-emacs/README.md +++ b/integrations/doom-emacs/README.md @@ -1,7 +1,7 @@ # Doom-Emacs integration In order to configure Alejandra in -[Doom-emacs](https://github.com/hlissner/doom-emacs) +[Doom Emacs](https://github.com/hlissner/doom-emacs) just use the following: ```lisp diff --git a/integrations/neovim/README.md b/integrations/neovim/README.md new file mode 100644 index 0000000..d9337f0 --- /dev/null +++ b/integrations/neovim/README.md @@ -0,0 +1,7 @@ +# Neovim integration + +In order to use Alejandra with +[Neovim](https://neovim.io/) +please use the +[neoformat](https://github.com/sbdchd/neoformat) +plugin.