Skip to content

FAQ

Do I need Neovim 0.12?
No. 0.12+ is recommended (for vim.pack.add). Minimum is 0.10+ for Tree‑sitter.

Which OS are supported?
Linux, macOS, Windows (incl. WSL). The only difference is the platform parser file you copy.

Which Teradata versions?
Tested with TTU 20, compatible with 17.10.

Where are passwords stored?
In tdwallet. This plugin never writes credentials to disk.

Where is the autocomplete metadata stored?
vim.fn.stdpath('data') .. '/sql-autocomplete'.

Can I limit :TDSync scope?
Not currently; it’s a full refresh. Consider forking and adjusting the export SQL if you need stricter scope.