1

Update neovim config

This commit is contained in:
2024-06-02 23:51:50 +02:00
parent 32dc25e4c3
commit 037bfab3ee
6 changed files with 28 additions and 27 deletions

View File

@ -730,6 +730,7 @@ require("lazy").setup({
{
"treesitter",
["config"] = function(_, opts)
-- Fix treesitter grammars/parsers on nix
vim.opt.runtimepath:append(
"/home/lab/smchurla/Downloads/flake-nixinator/config/neovim/store/nvim-treesitter"
)

View File

@ -730,6 +730,7 @@ require("lazy").setup({
{
"treesitter",
["config"] = function(_, opts)
-- Fix treesitter grammars/parsers on nix
vim.opt.runtimepath:append(
"/nix/store/a05m2wf9i4lx3010pagz1p5s4vl1dva2-vimplugin-nvim-treesitter-2024-05-25"
)