Suites are a set of profiles and modules and form a complete Neovim configuration.
Currently there are 5 suites:
- neovim-x - An every day Neovim configuration
- neovim-x-pde - A full Personal Development Environment
- neovim-x-minimal - A very minimal Neovim configuration (Neovim + color theme)
- neovim-x-system - A small footprint configuration for system and server use
- neovim-x-test - !unstable - not for daily use! - Just for testing new plugins and configurations
With flake support you should be able to test run suites very easy:
nix run .#[suite name] -- [file to edit]
# e.g.
nix run .#neovim-x -- test.md
(c) 2009-2024 Jörg Kütemeier - https://kuetemeier.de
This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. See the file LICENSE in this repo. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.