Minor refactors; unbind F1 from company active map
This commit is contained in:
parent
967390fe6c
commit
0ec0ff5ecb
3 changed files with 6 additions and 4 deletions
|
@ -141,7 +141,8 @@
|
|||
"C-SPC" #'company-complete-common
|
||||
"TAB" #'company-complete-common-or-cycle
|
||||
[tab] #'company-complete-common-or-cycle
|
||||
[backtab] #'company-select-previous)
|
||||
[backtab] #'company-select-previous
|
||||
[f1] nil)
|
||||
(:map company-search-map ; applies to `company-filter-map' too
|
||||
"C-n" #'company-select-next-or-abort
|
||||
"C-p" #'company-select-previous-or-abort
|
||||
|
|
|
@ -3,9 +3,10 @@
|
|||
|
||||
(use-package! lsp-java
|
||||
:after-call java-mode
|
||||
:init (add-hook 'java-mode-local-vars-hook #'lsp!)
|
||||
:config
|
||||
:init
|
||||
(add-hook 'java-mode-local-vars-hook #'lsp!)
|
||||
(setq lsp-java-server-install-dir (concat doom-etc-dir "eclipse.jdt.ls/server/"))
|
||||
:config
|
||||
;; TODO keybinds
|
||||
;; TODO treemacs integration (?)
|
||||
)
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
neo-mode-line-type 'none
|
||||
neo-window-width 24
|
||||
neo-show-updir-line nil
|
||||
neo-theme 'nerd ; fallback
|
||||
neo-theme 'icons
|
||||
neo-banner-message nil
|
||||
neo-confirm-create-file #'off-p
|
||||
neo-confirm-create-directory #'off-p
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue