A neovim plugin and configuration management plugin, highly inspired by lazy, using nix.
 
 
Go to file
LeMarsu 2ea188c185 first import 2024-04-02 02:50:56 +02:00
.direnv/bin first import 2024-04-02 02:50:56 +02:00
lua first import 2024-04-02 02:50:56 +02:00
.gitignore first import 2024-04-02 02:50:56 +02:00
README.md first import 2024-04-02 02:50:56 +02:00
flake.lock first import 2024-04-02 02:50:56 +02:00
flake.nix first import 2024-04-02 02:50:56 +02:00
hm-file-type.nix first import 2024-04-02 02:50:56 +02:00
lib.nix first import 2024-04-02 02:50:56 +02:00
shell.nix first import 2024-04-02 02:50:56 +02:00

README.md

TODO

MVP

  • Find a way to handle local plugins (like spos.nvim)
  • Generate static init.nvim file

Backlog

  • handle dependencies
    • Explore how lazy load plugins
      • load manual plugins
      • play with hm dag
      • respect dependencies in loading
  • Generate spell files on build ?