/kate_like_python_ide

My settings for Kate's editor that will make it a better IDE for Python.

Primary LanguageShell

kate_like_python_ide

folders:

~/.config/kate/lspclient/ ~/.bin/

files: ~.bash_profile ~/.config/pycodestyle

[[ -f ~/.bashrc ]] && . ~/.bashrc

export PATH="${PATH}:~/.bin"

packages jls: pikaur -S jedi-language-server python-pylint

pacman -S python-lsp-server autopep8 flake8 python-mccabe python-pycodestyle python-pydocstyle python-pyflakes python-pylint python-rope python-whatthepatch yapf pip install pytoolconfig

links: https://docs.kde.org/trunk5/en/kate/kate/kate-application-plugin-lspclient.html https://github.com/python-lsp/python-lsp-server https://github.com/pappasam/jedi-language-server