A neovim plugin and configuration management plugin, highly inspired by lazy, using nix.
 
 
Go to file
LeMarsu bd4f04ec1a flake.lock: Update
Flake lock file updates:

• Updated input 'nil':
    'github:oxalica/nil/059d33a24bb76d2048740bcce936362bf54b5bc9' (2024-01-07)
  → 'github:oxalica/nil/2f3ed6348bbf1440fcd1ab0411271497a0fbbfa4' (2024-05-01)
• Updated input 'nil/flake-utils':
    'github:numtide/flake-utils/4022d587cbbfd70fe950c1e2083a02621806a725' (2023-12-04)
  → 'github:numtide/flake-utils/b1d9ab70662946ef0850d488da1c9019f3a9752a' (2024-03-11)
• Updated input 'nil/nixpkgs':
    'github:nixos/nixpkgs/63143ac2c9186be6d9da6035fa22620018c85932' (2024-01-02)
  → 'github:nixos/nixpkgs/cf8cc1201be8bc71b7cbbbdaf349b22f4f99c7ae' (2024-04-28)
• Updated input 'nil/rust-overlay':
    'github:oxalica/rust-overlay/c36fd70a99decfa6e110c86f296a97613034a680' (2024-01-07)
  → 'github:oxalica/rust-overlay/9ca720fdcf7865385ae3b93ecdf65f1a64cb475e' (2024-05-01)
• Updated input 'nixpkgs':
    'github:nixos/nixpkgs/219951b495fc2eac67b1456824cc1ec1fd2ee659' (2024-03-28)
  → 'github:nixos/nixpkgs/9d29cd266cebf80234c98dd0b87256b6be0af44e' (2024-05-25)
2024-05-27 01:14:32 +02:00
lib feat: check inputs of functions with yants 2024-05-27 01:14:17 +02:00
lua feat: rename neofalke to sloth-flake.nvim 2024-05-26 19:09:40 +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: release v0.0.2 2024-05-26 18:48:54 +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 ?