make home path generic with ~

This commit is contained in:
Francis 2025-10-29 16:41:18 +00:00
parent 1b56f16e49
commit ee0ee40cf3
2 changed files with 19 additions and 23 deletions

View file

@ -785,7 +785,7 @@ require('lazy').setup({
zls = {
cmd = { 'zls' },
settings = {
zig_exe_path = '/Users/fq/.zvm/bin/zig',
zig_exe_path = vim.fn.expand('~/.zvm/bin/zig'),
},
},
pyright = {