Skip to content

Neovim NixVim eXtended - Batteries Included with Profiles and Suites

License

Notifications You must be signed in to change notification settings

kuetemeier/neovim-x

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neovim NixVim eXtended - Batteries Included with Profiles and Suites

Suites

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

Run suites for tests

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

Copyright and MPL-2.0 License

(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/.