From 743081b85b4d12cb378cccc093326f6e9d971d5c Mon Sep 17 00:00:00 2001 From: Tyrel Souza Date: Sat, 27 May 2023 00:41:40 -0400 Subject: [PATCH] link --- content/blog/2023-05-26_neovim-nix-telescope-mason.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/blog/2023-05-26_neovim-nix-telescope-mason.rst b/content/blog/2023-05-26_neovim-nix-telescope-mason.rst index 79b6193..2edb3c1 100644 --- a/content/blog/2023-05-26_neovim-nix-telescope-mason.rst +++ b/content/blog/2023-05-26_neovim-nix-telescope-mason.rst @@ -19,7 +19,7 @@ So, I added ``commit="c1a2af0"`` to my ``use`` statment in ``plugins.lua`` and That wasn't the only problem though. In my infinite wisdom, I followed some reddit posts that I won't link to, that suggested deleting ``~/.local/share/nvim`` and rerunning ``PackerInstall``, the problem there -- my tree-sitter configs are in my nix files. -This is an issue I need to look at later, but in my `programs.nix ` file, I some reason have two entries of ``plugins =``. I had to uncomment the first one where I inject tree-sitter, and comment out the second setting. Then rebuild my nix flakes. +This is an issue I need to look at later, but in my `programs.nix `_ file, I some reason have two entries of ``plugins =``. I had to uncomment the first one where I inject tree-sitter, and comment out the second setting. Then rebuild my nix flakes. After that,I had to comment the first, uncomment the second, and rebuild with ``withAllGrammars`` config.