Skip to content

Commit 9ec46ca

Browse files
committed
nvf: switch to fork due to broken nvim treesitter
this has to stay until NixOS/nixpkgs#472119 gets merged, at minimum shoutout michael-c-buckley for the info & assist
1 parent 3d51436 commit 9ec46ca

File tree

4 files changed

+9
-8
lines changed

4 files changed

+9
-8
lines changed

flake.lock

Lines changed: 6 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
inputs.nixpkgs.follows = "nixpkgs";
1111
};
1212
nvf = {
13-
url = "github:NotAShelf/nvf";
13+
url = "github:taylrfnt/nvf/nvim-treesitter-fix";
1414
inputs.nixpkgs.follows = "nixpkgs";
1515
};
1616
# system things (WSL, darwin)

modules/nvf/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@
236236
minimap = {
237237
minimap-vim.enable = false;
238238
codewindow = {
239-
enable = true;
239+
enable = false;
240240
mappings = {
241241
toggle = "<leader>mt";
242242
};

modules/nvf/languages/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
# sql.enable = true;
3535
java.enable = true;
3636
kotlin.enable = true;
37-
ts.enable = true;
37+
# ts.enable = true;
3838
go = {
3939
enable = true;
4040
format = {

0 commit comments

Comments
 (0)