A neovim plugin and configuration management plugin, highly inspired by lazy, using nix.
 
 
Go to file
LeMarsu 95f9140f0c chore: release v0.0.2 2024-05-25 01:28:28 +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
VERSION chore: release v0.0.2 2024-05-25 01:28:28 +02:00
flake.lock first import 2024-04-02 02:50:56 +02:00
flake.nix feat: neoflake and runtime plugin have their version 2024-05-25 01:20:59 +02:00
hm-file-type.nix first import 2024-04-02 02:50:56 +02:00
lib.nix feat: neoflake and runtime plugin have their version 2024-05-25 01:20:59 +02:00
shell.nix feat: remove neovim from nix-shell 2024-05-25 00:28:44 +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 ?