Compare commits

..

11 commits

Author SHA1 Message Date
819aff7644
Fix nixvim and delete old files 2026-02-18 16:13:47 -08:00
80241ccb6b
Onizuka, update neovim config to match update 2026-02-18 16:13:47 -08:00
c82d15375c
Set up defaults for plugins 2026-02-18 16:13:47 -08:00
935c75b459
Merged options.lua into app.nix 2026-02-18 16:13:46 -08:00
f3aad89088
merge treesitter into app.nix
I'm uncertain if I moved the plugins over (I think they are all enabled
by default)
2026-02-18 16:13:46 -08:00
849cc08db4
merged telescope into app.nix 2026-02-18 16:13:46 -08:00
3d0b82e9c7
merged nvimcmp to app.nix 2026-02-18 16:13:46 -08:00
a86ffded19
merged lsp into app.nix 2026-02-18 16:13:46 -08:00
4d72b7a141
Converted app.nix 2026-02-18 16:13:46 -08:00
826bb47ca5
working on converting app.nix 2026-02-18 16:13:46 -08:00
f50a48a136
Flake, add nixvim 2026-02-18 16:13:46 -08:00

View file

@ -75,6 +75,7 @@
# inputs.lix.follows = "lix";
# };
niri = {
type = "github";
owner = "sodiboo";