best plugin ever created

This commit is contained in:
Zacharias-Brohn
2025-10-18 01:30:58 +02:00
parent 2e011ea5e5
commit 68b0466153
5 changed files with 56 additions and 19 deletions
+3
View File
@@ -52,3 +52,6 @@ local is_windows = vim.fn.has "win32" ~= 0
local sep = is_windows and "\\" or "/"
local delim = is_windows and ";" or ":"
vim.env.PATH = table.concat({ vim.fn.stdpath "data", "mason", "bin" }, sep) .. delim .. vim.env.PATH
-- vim-tpipeline
vim.g.tpipeline_restore = 1