From c466775789541c885e0801a90eb2e759347c6fd4 Mon Sep 17 00:00:00 2001 From: NotAShelf Date: Sat, 15 Apr 2023 11:33:14 +0300 Subject: [PATCH] docs: improve project readme --- .github/README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/README.md b/.github/README.md index c12f462..3090046 100644 --- a/.github/README.md +++ b/.github/README.md @@ -123,22 +123,26 @@ instead of the `maximal` output. This will reduce size by a lot, but you will lo **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.

-**Q**: Will you use a plugin manager? +**Q**: Will you use a plugin manager/language server installer?
-**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. We load plugins with raw lua. +**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.

**Q**: Can you add *X*?
-**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. +**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. ## Credits ### Contributors +Special thanks to + - [@fufexan](https://github.com/fufexan) - For the transition to flake-parts - [@FlafyDev](https://github.com/FlafyDev) - For getting the home-manager to work +and everyone who has submitted issues or pull requests! + ### Inspiration This configuration borrows from and is based on a few other configurations, including: