522 current 1970-01-01 01:00:00 24.11.20250110.1dab772 6.6.71 *

This commit is contained in:
Max Känner 2025-01-14 15:33:33 +01:00
parent a5148e8758
commit 491a43212b

View File

@ -24,6 +24,7 @@ in {
extraLuaConfig = ''
-- This file simply bootstraps the installation of Lazy.nvim and then calls other files for execution
-- This file doesn't necessarily need to be touched, BE CAUTIOUS editing this file and proceed at your own risk.
vim.g.gcc_bin_path = '${lib.getExe pkgs.gcc}'
local lazypath = vim.env.LAZY or vim.fn.stdpath "data" .. "/lazy/lazy.nvim"
if not (vim.env.LAZY or (vim.uv or vim.loop).fs_stat(lazypath)) then
-- stylua: ignore
@ -65,6 +66,7 @@ in {
tree-sitter
texliveMinimal
biber
gcc
];
};