2 files changed,
1 insertions(+),
5 deletions(-)
Author:
Smirnov Olexander
ss2316544@gmail.com
Committed at:
2022-04-03 14:42:11 +0300
Parent:
b66b3cf
jump to
| M | config/helix/languages.toml |
| M | gitconfig |
M
config/helix/languages.toml
··· 1 -[[language]] 2 -name = "python" 3 -roots = ["pyproject.toml"] 4 -language-server = { command = "$HOME/.local/share/nvim/lap_servers/python/node_modeules/.bin/pyrigut-langserver", args = ["--stdio"] }