522 current 1970-01-01 01:00:00 24.11.20250110.1dab772 6.6.71 *
This commit is contained in:
parent
a5148e8758
commit
491a43212b
@ -24,6 +24,7 @@ in {
|
|||||||
extraLuaConfig = ''
|
extraLuaConfig = ''
|
||||||
-- This file simply bootstraps the installation of Lazy.nvim and then calls other files for execution
|
-- 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.
|
-- 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"
|
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
|
if not (vim.env.LAZY or (vim.uv or vim.loop).fs_stat(lazypath)) then
|
||||||
-- stylua: ignore
|
-- stylua: ignore
|
||||||
@ -65,6 +66,7 @@ in {
|
|||||||
tree-sitter
|
tree-sitter
|
||||||
texliveMinimal
|
texliveMinimal
|
||||||
biber
|
biber
|
||||||
|
gcc
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user