added existing nvim config

This commit is contained in:
gyoder 2025-06-14 11:41:23 +02:00
parent d6d6dab380
commit bdf3cdecda
24 changed files with 996 additions and 0 deletions

View file

@ -0,0 +1,10 @@
return {
cmd = { 'zls' },
filetypes = { 'zig' },
root_markers = {
'zls.json',
'build.zig',
'.git'
},
}