diff options
| author | moxie <moxie.git@posteo.net> | 2025-09-30 12:27:44 +0300 |
|---|---|---|
| committer | moxie <moxie.git@posteo.net> | 2025-09-30 12:27:44 +0300 |
| commit | 1e27d1c7b25e4d28a25c0fa2c4e6e33a66b9072e (patch) | |
| tree | 7169509b4d5dfce3ed25fe333cc506a40f5c90f2 /.config/nvim/lsp/ty.lua | |
| parent | 51797f743fe74d1723ca62085f92e8c5e953038b (diff) | |
add nvim configs
Diffstat (limited to '.config/nvim/lsp/ty.lua')
| -rw-r--r-- | .config/nvim/lsp/ty.lua | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/.config/nvim/lsp/ty.lua b/.config/nvim/lsp/ty.lua new file mode 100644 index 0000000..a5503ea --- /dev/null +++ b/.config/nvim/lsp/ty.lua @@ -0,0 +1,13 @@ +return { + -- init_options = { + -- logLevel = "debug", + -- logFile = "/tmp/ty.log", + -- }, + cmd = { "ty", "server" }, + filetypes = { "python" }, + root_markers = { + "ty.toml", + "pyproject.toml", + ".git", + }, +} |
