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)