mirror of
https://github.com/belsabbagh/dotfiles.git
synced 2026-04-11 01:26:46 +00:00
6 lines
127 B
Lua
6 lines
127 B
Lua
return {
|
|
cmd = { 'ty', 'server' },
|
|
filetypes = { 'python' },
|
|
root_dir = vim.fs.root(0, { '.git/', 'pyproject.toml' }),
|
|
}
|