disabled ivy mode for go+lsp

This commit is contained in:
2023-05-19 19:02:45 +02:00
parent 06d234c074
commit 3c0b966f98
2 changed files with 3 additions and 3 deletions

View File

@@ -21,7 +21,7 @@
(add-hook 'go-mode-hook #'lsp-deferred)
(add-hook 'go-mode-hook #'lsp-go-install-save-hooks)
(add-hook 'go-mode-hook #'ivy-mode)
;; (add-hook 'go-mode-hook #'ivy-mode)
;; overwrite dump-jump settions here
;; (bind-key* (kbd "C-c j") #'lsp-find-definition)

View File

@@ -6,8 +6,8 @@
("gopls.staticcheck" t t)))
;; disable infantile nonsense
(setq lsp-headerline-breadcrumb-enable nil)
(setq lsp-modeline-code-actions-enable nil)
(setq lsp-headerline-breadcrumb-enable nil
lsp-modeline-code-actions-enable nil)
:init
;; I'm not using any of th lsp commands, but better define a prefix