make home path generic with ~
This commit is contained in:
parent
1b56f16e49
commit
ee0ee40cf3
2 changed files with 19 additions and 23 deletions
2
init.lua
2
init.lua
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue