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.