Ensure eglot for lua-mode
This commit is contained in:
parent
9af76ba4b1
commit
c1f2d4dcb5
2
init.el
2
init.el
|
@ -332,6 +332,7 @@
|
|||
(c++-ts-mode . eglot-ensure)
|
||||
(java-mode . eglot-ensure)
|
||||
(java-ts-mode . eglot-ensure)
|
||||
(lua-mode . eglot-ensure)
|
||||
(nix-mode . eglot-ensure)
|
||||
:custom
|
||||
(eglot-events-buffer-size 0)
|
||||
|
@ -907,6 +908,7 @@
|
|||
(eldoc-documentation-strategy #'eldoc-documentation-compose-eagerly))
|
||||
|
||||
(use-package ibuffer
|
||||
:ensure nil
|
||||
:bind ("C-x C-b" . ibuffer))
|
||||
|
||||
(use-package tool-bar
|
||||
|
|
Loading…
Reference in a new issue