nixovim: disabled auto_install due to problems

This commit is contained in:
kenji
2025-12-24 13:33:26 -06:00
parent bf3e18d17c
commit 7cd5b88c45
2 changed files with 5 additions and 4 deletions
+1
View File
@@ -12,6 +12,7 @@
inputs.nixpkgs.follows = "nixpkgs";
};
nixovim = {
# FIXME: treesitter does not install automatically (disabled due to read-only problems)
url = "git+https://git.sakamoto.dev/kenji/nixovim.git";
inputs.nixpkgs.follows = "nixpkgs";
};