Files
dotfiles/.config/nvim/lsp/ty.lua
Belal Elsabbagh 611b9bded8 added ty support
2026-01-14 22:02:22 +02:00

6 lines
127 B
Lua

return {
cmd = { 'ty', 'server' },
filetypes = { 'python' },
root_dir = vim.fs.root(0, { '.git/', 'pyproject.toml' }),
}