Updated packages
This commit is contained in:
parent
e711c69ac7
commit
e440678321
|
@ -240,9 +240,13 @@ https://github.com/doomemacs/doomemacs/tree/master/modules/completion
|
||||||
|
|
||||||
#+name:doom-completion
|
#+name:doom-completion
|
||||||
#+begin_src emacs-lisp :tangle no
|
#+begin_src emacs-lisp :tangle no
|
||||||
(company ; the ultimate code completion backend
|
;; (company ; the ultimate code completion backend
|
||||||
+childframe ; not quite a window & not quite a frame
|
;; +childframe ; not quite a window & not quite a frame
|
||||||
; +tng ; Use tab instead of ctrl+space
|
;; ; +tng ; Use tab instead of ctrl+space
|
||||||
|
;; )
|
||||||
|
(corfu
|
||||||
|
+icons
|
||||||
|
+orderless
|
||||||
)
|
)
|
||||||
;;helm ; the *other* search engine for love and lifes
|
;;helm ; the *other* search engine for love and lifes
|
||||||
;;ido ; the other *other* search engine...
|
;;ido ; the other *other* search engine...
|
||||||
|
@ -367,7 +371,7 @@ https://github.com/doomemacs/doomemacs/tree/master/modules/tools
|
||||||
(debugger +lsp) ; FIXME stepping through code, to help you add bugs
|
(debugger +lsp) ; FIXME stepping through code, to help you add bugs
|
||||||
;;direnv
|
;;direnv
|
||||||
;;docker
|
;;docker
|
||||||
;;editorconfig ; let someone else argue about tabs vs spaces
|
editorconfig ; let someone else argue about tabs vs spaces
|
||||||
;;ein ; tame Jupyter notebooks with emacs
|
;;ein ; tame Jupyter notebooks with emacs
|
||||||
(eval +overlay) ; run code, run (also, repls)
|
(eval +overlay) ; run code, run (also, repls)
|
||||||
;;gist ; interacting with github gists
|
;;gist ; interacting with github gists
|
||||||
|
@ -383,7 +387,8 @@ make ; run make tasks from Emacs
|
||||||
;;prodigy ; FIXME managing external services & code builders
|
;;prodigy ; FIXME managing external services & code builders
|
||||||
;;rgb ; creating color strings
|
;;rgb ; creating color strings
|
||||||
taskrunner ; taskrunner for all your projects
|
taskrunner ; taskrunner for all your projects
|
||||||
terraform ; infrastructure as code
|
(terraform ; infrastructure as code
|
||||||
|
+lsp)
|
||||||
;;tmux ; an API for interacting with tmux
|
;;tmux ; an API for interacting with tmux
|
||||||
tree-sitter ; syntax and parsing, sitting in a tree...
|
tree-sitter ; syntax and parsing, sitting in a tree...
|
||||||
;;upload ; map local to remote projects via ssh/ftp
|
;;upload ; map local to remote projects via ssh/ftp
|
||||||
|
|
|
@ -17,9 +17,13 @@
|
||||||
;; directory (for easy access to its source code).
|
;; directory (for easy access to its source code).
|
||||||
|
|
||||||
(doom! :completion
|
(doom! :completion
|
||||||
(company ; the ultimate code completion backend
|
;; (company ; the ultimate code completion backend
|
||||||
+childframe ; not quite a window & not quite a frame
|
;; +childframe ; not quite a window & not quite a frame
|
||||||
; +tng ; Use tab instead of ctrl+space
|
;; ; +tng ; Use tab instead of ctrl+space
|
||||||
|
;; )
|
||||||
|
(corfu
|
||||||
|
+icons
|
||||||
|
+orderless
|
||||||
)
|
)
|
||||||
;;helm ; the *other* search engine for love and lifes
|
;;helm ; the *other* search engine for love and lifes
|
||||||
;;ido ; the other *other* search engine...
|
;;ido ; the other *other* search engine...
|
||||||
|
@ -96,7 +100,7 @@
|
||||||
(debugger +lsp) ; FIXME stepping through code, to help you add bugs
|
(debugger +lsp) ; FIXME stepping through code, to help you add bugs
|
||||||
;;direnv
|
;;direnv
|
||||||
;;docker
|
;;docker
|
||||||
;;editorconfig ; let someone else argue about tabs vs spaces
|
editorconfig ; let someone else argue about tabs vs spaces
|
||||||
;;ein ; tame Jupyter notebooks with emacs
|
;;ein ; tame Jupyter notebooks with emacs
|
||||||
(eval +overlay) ; run code, run (also, repls)
|
(eval +overlay) ; run code, run (also, repls)
|
||||||
;;gist ; interacting with github gists
|
;;gist ; interacting with github gists
|
||||||
|
@ -112,7 +116,8 @@
|
||||||
;;prodigy ; FIXME managing external services & code builders
|
;;prodigy ; FIXME managing external services & code builders
|
||||||
;;rgb ; creating color strings
|
;;rgb ; creating color strings
|
||||||
taskrunner ; taskrunner for all your projects
|
taskrunner ; taskrunner for all your projects
|
||||||
terraform ; infrastructure as code
|
(terraform ; infrastructure as code
|
||||||
|
+lsp)
|
||||||
;;tmux ; an API for interacting with tmux
|
;;tmux ; an API for interacting with tmux
|
||||||
tree-sitter ; syntax and parsing, sitting in a tree...
|
tree-sitter ; syntax and parsing, sitting in a tree...
|
||||||
;;upload ; map local to remote projects via ssh/ftp
|
;;upload ; map local to remote projects via ssh/ftp
|
||||||
|
|
Loading…
Reference in New Issue
Block a user