Update nvim

This commit is contained in:
2025-10-24 19:50:24 +08:00
parent 0282159de6
commit 86d9378fe5

View File

@@ -1,6 +1,3 @@
-- Prevent cargo compiler from being loaded
vim.g.current_compiler = 'custom'
-- Load persistent configuration from .workspace.lua -- Load persistent configuration from .workspace.lua
local ws_file = "./.nvim.workspace.lua" local ws_file = "./.nvim.workspace.lua"
local loaded, workspace = pcall(dofile, ws_file) local loaded, workspace = pcall(dofile, ws_file)