A neovim plugin and configuration management plugin, highly inspired by lazy, using nix.
 
 
Go to file
LeMarsu f118fdcfe2 chore: bump version 2024-05-28 11:55:06 +02:00
lib feat: generating plugins lua definition from nix 2024-05-28 04:49:59 +02:00
lua feat: simplify lua api 2024-05-28 11:53:35 +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 chore: bump version 2024-05-28 11:55:06 +02:00
flake.lock flake.lock: Update 2024-05-27 01:14:32 +02:00
flake.nix feat: check inputs of functions with yants 2024-05-27 01:14:17 +02:00
hm-file-type.nix first import 2024-05-26 18:48:51 +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 ?