cleaned up nvim

This commit is contained in:
2026-02-13 15:26:21 +00:00
parent 930916e3e2
commit 8315741521
3 changed files with 39 additions and 186 deletions

View File

@@ -3,24 +3,20 @@
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-25.11";
elephant.url = "github:abenz1267/elephant";
chataigne.url = "./modules/chataigne";
tree-sitter.url = "github:tree-sitter/tree-sitter?ref=8b8199775f96ca8642cf7860da46100875b38453";
norg-sitter.url = "github:nvim-neorg/tree-sitter-norg";
doot.url = "github:voidarclabs/nixos.doot";
way-edges.url = "github:way-edges/way-edges";
hyprfloat = {
url = "github:nevimmu/hyprfloat";
inputs.nixpkgs.follows = "nixpkgs";
};
walker = {
url = "github:abenz1267/walker";
inputs.elephant.follows = "elephant";
};
chataigne.url = "./modules/chataigne";
tree-sitter.url = "github:tree-sitter/tree-sitter?ref=8b8199775f96ca8642cf7860da46100875b38453";
doot.url = "github:voidarclabs/nixos.doot";
way-edges.url = "github:way-edges/way-edges";
mesa-davinci.url = "github:nixos/nixpkgs?ref=599ddd2b79331c1e6153e1659bdaab65d62c4c82";
};