add edit-indirect

This commit is contained in:
2024-06-14 11:39:58 +02:00
parent 504c2b1bfa
commit 59aaf6fc14
4 changed files with 483 additions and 25 deletions

View File

@@ -11,7 +11,7 @@
;; connects to LSP
;; activate with `eglot'
;; after changing configurations run `eglot-reconnect'
;; follow documentation at point `eldoc-doc-buffer'
;; follow documentation at point `eldoc-doc-buffer' / `display-local-help'
;; Language Server Protocol (LSP), python package `python-lsp-server'
;; https://github.com/python-lsp/python-lsp-server
@@ -19,8 +19,10 @@
;; arch linux: extra/python-lsp-server
;; - pycodestyle (formerly called pep8) - Python style guide checker
;; https://pycodestyle.pycqa.org/en/latest/
;; to ignore violations see:
;; - https://flake8.pycqa.org/en/latest/user/violations.html
;; - https://flake8.pycqa.org/en/latest/user/configuration.html#configuration
;; arch linux: extra/python-pycodestyle
;; to ignore a check in a code line use # noqa
;; config via ~/.config/pycodestyle
;; - pylsp-mypy: pylsp plugin, type checking for Python >=3.8
;; https://mypy-lang.org/
@@ -28,6 +30,7 @@
;; arch linux: aur/python-pylsp-mypy
;; Syntax Checking, Emacs built-in package `flymake'
;; (flymake-running-backends) -> (eglot-flymake-backend)
;;; Code:
(use-package python