neovim-flake/.github/README.md

230 lines
9.5 KiB
Markdown
Raw Normal View History

2023-07-16 12:15:32 +02:00
<div align="center">
2024-03-09 03:41:50 +01:00
<img src=".github/assets/neovim-flake-logo-work.svg" alt="neovim-flake Logo" width="200">
2023-07-16 12:15:32 +02:00
</div>
<h1 align="center">❄️ neovim-flake</h1>
2023-02-16 20:27:57 +01:00
<div align="center">
<p>
2023-02-06 03:27:15 +01:00
<a href="https://github.com/NotAShelf/neovim-flake/releases/latest">
2023-02-06 03:43:04 +01:00
<img alt="Latest release" src="https://img.shields.io/github/v/release/NotAShelf/neovim-flake?style=for-the-badge&logo=nixos&color=C9CBFF&logoColor=D9E0EE&labelColor=302D41" />
2023-02-06 03:27:15 +01:00
</a>
2023-02-06 06:14:28 +01:00
<a href="https://github.com/NotAShelf/neovim-flake/pulse">
<img alt="Last commit" src="https://img.shields.io/github/last-commit/NotAShelf/neovim-flake?style=for-the-badge&logo=starship&color=8bd5ca&logoColor=D9E0EE&labelColor=302D41"/>
</a>
2023-02-06 03:27:15 +01:00
<a href="https://github.com/NotAShelf/neovim-flake/blob/main/LICENSE">
2023-02-06 03:43:04 +01:00
<img alt="License" src="https://img.shields.io/github/license/NotAShelf/neovim-flake?style=for-the-badge&logo=nixos&color=ee999f&logoColor=D9E0EE&labelColor=302D41" />
2023-02-06 03:27:15 +01:00
</a>
<a href="https://github.com/NotAShelf/neovim-flake/stargazers">
2023-02-06 03:43:04 +01:00
<img alt="Stars" src="https://img.shields.io/github/stars/NotAShelf/neovim-flake?style=for-the-badge&logo=nixos&color=c69ff5&logoColor=D9E0EE&labelColor=302D41" />
2023-02-06 03:27:15 +01:00
</a>
<a href="https://github.com/NotAShelf/neovim-flake/issues">
<img alt="Issues" src="https://img.shields.io/github/issues/NotAShelf/neovim-flake?style=for-the-badge&logo=bilibili&color=F5E0DC&logoColor=D9E0EE&labelColor=302D41" />
</a>
<a href="https://github.com/NotAShelf/neovim-flake">
<img alt="Repo Size" src="https://img.shields.io/github/repo-size/NotAShelf/neovim-flake?color=%23DDB6F2&label=SIZE&logo=codesandbox&style=for-the-badge&logoColor=D9E0EE&labelColor=302D41" />
</a>
2023-02-16 20:27:57 +01:00
</p>
2023-10-01 15:09:01 +02:00
<p align="center">
<img src="https://stars.medv.io/NotAShelf/neovim-flake.svg", title="stars"/>
</p>
<div align="center">
<a>
2024-03-09 03:41:50 +01:00
A highly modular, configurable, extensible and easy to use Neovim configuration
wrapper written in Nix. Designed for flexibility and ease of use, this flake
allows you to easily configure your Neovim instance with a few lines of
Nix code.
</a>
</div>
2023-02-15 16:22:59 +01:00
</div>
2023-02-06 03:27:15 +01:00
---
2023-02-06 03:44:55 +01:00
<div align="center"><p>
2023-02-15 16:22:59 +01:00
**[<kbd><br>Get Started<br></kbd>][Get Started]**
2023-06-06 02:01:44 +02:00
**[<kbd><br>Documentation<br></kbd>][Documentation]**
**[<kbd><br>Help<br></kbd>][Help]**
**[<kbd><br>Contribute<br></kbd>][Contribute]**
**[<kbd><br>FAQ<br></kbd>][Faq]**
2023-02-15 16:22:59 +01:00
**[<kbd><br>Credits<br></kbd>][Credits]**
2023-02-06 03:27:15 +01:00
2023-02-06 03:44:55 +01:00
</p></div>
2023-07-24 07:21:54 +02:00
[Get Started]: #get-started
2023-02-06 03:32:13 +01:00
[Documentation]: #documentation
2023-02-15 16:22:59 +01:00
[Help]: #help
[Contribute]: #contributing
2023-02-06 03:32:13 +01:00
[FAQ]: #faq
2023-02-15 16:22:59 +01:00
[Credits]: #credits
2023-02-06 03:32:13 +01:00
2023-02-06 03:27:15 +01:00
---
2023-02-15 16:22:59 +01:00
## Get Started
2023-02-06 03:27:15 +01:00
2023-07-16 12:15:32 +02:00
### Using `nix` CLI
2023-02-06 03:27:15 +01:00
2024-03-09 03:41:50 +01:00
If you would like to try out the configuration before even thinking about
installing it, you can run the following command
2023-02-06 03:27:15 +01:00
```console
nix run github:notashelf/neovim-flake
```
2023-02-06 03:32:13 +01:00
2024-03-09 03:41:50 +01:00
This will get you a feel for the base configuration and UI design.
The flake exposes `#nix` as the default package, providing minimal
language support and various utilities.You may also use `#nix`,
`#tidal` or `#maximal` to get try out different configurations.
2023-02-06 03:27:15 +01:00
2024-03-09 03:41:50 +01:00
It is as simple as changing the target output to get a different
configuration. For example, to get a configuration with `tidal` support, run:
2023-02-06 03:27:15 +01:00
```console
nix run github:notashelf/neovim-flake#tidal
```
2024-03-09 03:41:50 +01:00
Similar instructions will apply for `nix profile install`. However, you are
recommended to instead use the module system as described in the manual.
2023-02-06 03:27:15 +01:00
> [!NOTE]
2024-03-09 03:41:50 +01:00
> The `maximal` configuration is _massive_ and will take a while to build.
> To get a feel for the configuration, use the default `nix` or `tidal`
> configurations. Should you choose to try out the `maximal` configuration,
> using the binary cache as described in the manual is _strongly_ recommended.
### Docker
2024-03-09 03:41:50 +01:00
As of version 0.5, an image for the `nix` output is published to Dockerhub
and GitHub packages with each tagged release. If you do not have Nix installed
on your system, you may run neovim within a container using your favorite tool.
2024-03-09 03:41:50 +01:00
The following command will open the current directory in neovim with necessary
tools bootstrapped.
```console
docker run -v `pwd`:/home/neovim/demo --rm -it notashelf/neovim-flake:latest
```
2024-03-09 03:41:50 +01:00
The available registeres are `ghcr.io` and `dockerhub` for the time being.
Adjust to your liking.
## Documentation
2024-03-09 03:41:50 +01:00
See the [neovim-flake Manual](https://notashelf.github.io/neovim-flake/) for
detailed installation guides, configurations, available options, release notes
and more. Tips for installing userspace plugins is also contained in the
documentation.
2023-02-15 15:41:46 +01:00
2024-03-09 03:41:50 +01:00
If you want to dive right into trying **neovim-flake** you can get a fully
featured configuration with `nix` language support by running:
2023-02-03 22:35:00 +01:00
```console
nix run github:notashelf/neovim-flake
```
2024-03-09 03:41:50 +01:00
Please create an issue on the [issue tracker](../../../issues) if you find
the documentation lacking or confusing. I also appreciate any contributions
to the documentation.
2023-02-04 02:16:26 +01:00
2023-02-03 22:35:00 +01:00
## Help
2024-03-09 03:41:50 +01:00
You can create an issue on the [issue tracker](../../../issues) to ask questions
or report bugs. I am not yet on spaces like matrix or IRC, so please use the issue
tracker for now.
2023-02-15 16:22:59 +01:00
## Contributing
2024-03-09 03:41:50 +01:00
I am always looking for new ways to help improve this flake. If you would like
to contribute, please read the [contributing guide](CONTRIBUTING.md) before
submitting a pull request. You can also create an issue on the
[issue tracker](../../../issues) before submitting a pull request if you would
like to discuss a feature or bug fix.
2023-02-15 16:22:59 +01:00
## Philosophy
2024-03-09 03:41:50 +01:00
The philosophy behind this flake configuration is to create an easily
configurable and reproducible Neovim environment. While it does sacrifice in
size (which I know some users will find _disagreeable_), it offers a lot of
flexibility and customizability in exchange for the large size of the flake
inputs. The "KISS" (Keep it simple, stupid) principle has mostly been abandoned
here, however, you _can_ ultimately leverage the flexibility of this flake to
declare a configuration that follows KISS principles, as it is very easy to
bring your own plugins and configurations from non-nix. What this flake is
meant to be does eventually fall into your hands. Whether you are a developer,
writer, or live coder, you can quickly craft a config that suits every project's
needs. Think of it like a distribution of Neovim that you have full control over.
A distribution that takes advantage of pinning vim plugins and third party
dependencies (such as tree-sitter grammars, language servers, and more).
One should never get a broken config when setting options. If setting multiple
options results in a broken Neovim, file an issue! Each plugin knows when another
plugin which allows for smart configuration of keybindings and automatic setup
of things like completion sources and languages.
2023-02-06 03:27:15 +01:00
## FAQ
**Q**: Why is this flake so big?
2023-02-17 12:29:33 +01:00
<br/>
2024-03-09 03:41:50 +01:00
**A**: I have sacrificed in size in order to provide a highly configurable and
reproducible Neovim environment. A binary cache is provided to eleminate the
need to build the flake from source, but it is still a large flake. If you do
not need all the features, you can use the default `nix` output instead of the
`maximal` output. This will reduce size by a lot, but you will lose some
language specific features.
2023-02-17 12:29:33 +01:00
<br/><br/>
2023-02-06 03:27:15 +01:00
2023-02-15 15:41:46 +01:00
**Q**: Will you try to make this flake smaller?
2023-02-17 12:29:33 +01:00
<br/>
2024-03-09 03:41:50 +01:00
**A**: Yes. As a matter of fact, I am actively working on making this flake
smaller. Unfortunately the process of providing everything possible by itself
makes the flake large. Best I can do is to optimize the flake as much as
possible by selecting plugins that are small and fast. And the binary cache, so
at least you don't have to build it from source.
2023-02-17 12:29:33 +01:00
<br/><br/>
2023-02-15 15:41:46 +01:00
2023-04-15 10:33:14 +02:00
**Q**: Will you use a plugin manager/language server installer?
2023-02-17 12:29:33 +01:00
<br/>
2024-03-09 03:41:50 +01:00
**A**: No. If you feel the need to ask that question, then you have missed the
whole point of using nix and ultimately this flake. The whole reason we use nix
is to be able to handle EVERYTHING declaratively, well including the LSP and
plugin installations.
2023-02-17 12:29:33 +01:00
<br/><br/>
2023-02-06 03:27:15 +01:00
2023-06-06 02:01:44 +02:00
**Q**: Can you add _X_?
2023-02-17 12:29:33 +01:00
<br/>
2024-03-09 03:41:50 +01:00
**A**: Maybe. Open an issue using the appropriate template and I will consider
it. I do not intend to add _every plugin that is in existence_, but I will
consider it, should it offer something useful to the flake.
2023-02-15 15:41:46 +01:00
2023-02-15 16:22:59 +01:00
## Credits
### Contributors
2023-04-15 10:33:14 +02:00
Special thanks to
2023-02-15 16:22:59 +01:00
- [@fufexan](https://github.com/fufexan) - For the transition to flake-parts
2023-05-10 11:21:36 +02:00
- [@FlafyDev](https://github.com/FlafyDev) - For getting the home-manager to work
- [@n3oney](https://github.com/n3oney) - For making custom keybinds finally possible
- [@horriblename](https://github.com/horriblename) - For actively implementing planned features and quality of life updates
2023-07-16 12:15:32 +02:00
- [@Yavko](https://github.com/Yavko) - For the amazing neovim-flake logo
2023-07-24 07:21:54 +02:00
- [@FrothyMarrow](https://github.com/FrothyMarrow) - For seeing mistakes that I could not
2023-02-15 16:22:59 +01:00
2023-04-15 10:33:14 +02:00
and everyone who has submitted issues or pull requests!
2023-02-15 16:22:59 +01:00
### Inspiration
2024-03-09 03:41:50 +01:00
This configuration borrows from and is based on a few other configurations,
including:
2023-02-15 16:22:59 +01:00
- [@jordanisaacs's](https://github.com/jordanisaacs) [neovim-flake](https://github.com/jordanisaacs/neovim-flake) that this flake is originally based on.
- [@sioodmy's](https://github.com/sioodmy) [dotfiles](https://github.com/sioodmy/dotfiles) that inspired the design choices.
- [@wiltaylor's](https://github.com/wiltaylor) [neovim-flake](https://github.com/wiltaylor/neovim-flake) for plugin and design ideas.
- [@gvolpe's](https://github.com/gvolpe) [neovim-flake](https://github.com/gvolpe/neovim-flake) for plugin, design and nix concepts.
2023-02-15 16:22:59 +01:00
2024-03-09 03:41:50 +01:00
I am grateful for their previous work and inspiration, and I wholeheartedly
recommend checking their work out.
2023-02-15 15:47:40 +01:00
<br/>
2023-02-06 03:27:15 +01:00
---