A neovim plugin and configuration management plugin, highly inspired by lazy, using nix.
 
 
Go to file
LeMarsu c3a91a29a6 feat: neoflake and runtime plugin have their version 2024-05-26 18:48:54 +02:00
lua first import 2024-05-26 18:48:51 +02:00
.gitignore first import 2024-05-26 18:48:51 +02:00
README.md first import 2024-05-26 18:48:51 +02:00
VERSION feat: neoflake and runtime plugin have their version 2024-05-26 18:48:54 +02:00
flake.lock first import 2024-05-26 18:48:51 +02:00
flake.nix feat: neoflake and runtime plugin have their version 2024-05-26 18:48:54 +02:00
hm-file-type.nix first import 2024-05-26 18:48:51 +02:00
lib.nix feat: neoflake and runtime plugin have their version 2024-05-26 18:48:54 +02:00
shell.nix feat: remove neovim from nix-shell 2024-05-26 18:48:54 +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 ?