This commit is contained in:
2026-08-13 00:25:52 -07:00
parent 3cd3c9ba19
commit 908876a7b8
6 changed files with 58 additions and 13 deletions

View File

@@ -1,10 +1,5 @@
require('config.lazy')
local cd = io.open("/tmp/fishwd", "r")
if cd ~= nil then
vim.cmd("cd " .. cd:read("a"))
end
vim.lsp.enable({
"rust_analyzer",
"jdtls",