My configurations for the software I use
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add ty as a language server for python

This provides type checking

yemou bd4c8e38 61948c32

+4 -1
+4 -1
config/kak/kakrc
··· 41 41 set-option buffer lsp_servers %{ 42 42 [ruff] 43 43 args = [ "server", "--quiet" ] 44 - root_globs = [ "requirements.txt", "setup.py", "pyproject.toml", ".git" ] 44 + root_globs = [ "requirements.txt", "setup.py", "pyproject.toml", "uv.lock", ".git" ] 45 45 settings_section = "_" 46 46 # [ruff.settings._.globalSettings] 47 + [ty] 48 + args = [ "server" ] 49 + root_globs = [ "requirements.txt", "setup.py", "pyproject.toml", "uv.lock", ".git" ] 47 50 } 48 51 } 49 52