link
This commit is contained in:
parent
b92f7a1529
commit
743081b85b
@ -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 <https://gitea.tyrel.dev/tyrel/dotfiles/src/commit/eb32c2194aba355afec80e647bb4df31a3e40c73/hosts/_common/programs.nix#L26-L32>` 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 <https://gitea.tyrel.dev/tyrel/dotfiles/src/commit/eb32c2194aba355afec80e647bb4df31a3e40c73/hosts/_common/programs.nix#L26-L32>`_ 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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user