mirror of
https://github.com/RGBCube/alejandra
synced 2025-07-30 12:07:46 +00:00
docs: add neovim integration
This commit is contained in:
parent
18fe24f335
commit
1fad955df3
3 changed files with 13 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
7
integrations/neovim/README.md
Normal file
7
integrations/neovim/README.md
Normal file
|
@ -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.
|
Loading…
Add table
Add a link
Reference in a new issue