mirror of
https://codeberg.org/scip/dot-emacs.git
synced 2026-07-09 19:24:24 +02:00
add csv mode (wip), add lsp support to python-mode
This commit is contained in:
@@ -3,7 +3,11 @@
|
||||
:config
|
||||
(lsp-register-custom-settings
|
||||
'(("gopls.completeUnimported" t t)
|
||||
("gopls.staticcheck" t t)))
|
||||
("gopls.staticcheck" t t)
|
||||
("pyls.plugins.pyls_mypy.enabled" t t)
|
||||
("pyls.plugins.pyls_mypy.live_mode" nil t)
|
||||
("pyls.plugins.pyls_black.enabled" t t)
|
||||
("pyls.plugins.pyls_isort.enabled" t t)))
|
||||
|
||||
;; disable infantile nonsense
|
||||
(setq lsp-headerline-breadcrumb-enable nil
|
||||
|
||||
Reference in New Issue
Block a user