mirror of
https://codeberg.org/scip/dot-emacs.git
synced 2025-12-17 04:20:57 +01:00
disabled ivy mode for go+lsp
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user