From 86d9378fe5418485bdc0565aefa95c8d9036072d Mon Sep 17 00:00:00 2001 From: Guus Waals <_@guusw.nl> Date: Fri, 24 Oct 2025 19:50:24 +0800 Subject: [PATCH] Update nvim --- project_templates/.nvim.lua | 3 --- 1 file changed, 3 deletions(-) diff --git a/project_templates/.nvim.lua b/project_templates/.nvim.lua index bd63e54..f243fc1 100644 --- a/project_templates/.nvim.lua +++ b/project_templates/.nvim.lua @@ -1,6 +1,3 @@ --- Prevent cargo compiler from being loaded -vim.g.current_compiler = 'custom' - -- Load persistent configuration from .workspace.lua local ws_file = "./.nvim.workspace.lua" local loaded, workspace = pcall(dofile, ws_file)