Remove some packages
This commit is contained in:
parent
1b4a98bc2b
commit
b5548239a1
@ -91,7 +91,6 @@
|
||||
(use-package magit
|
||||
:straight t)
|
||||
|
||||
;; show more vertcal suggestions on M-x
|
||||
(use-package vertico
|
||||
:straight t
|
||||
:init
|
||||
@ -120,26 +119,4 @@
|
||||
:straight t
|
||||
:init (global-flycheck-mode))
|
||||
|
||||
(use-package company
|
||||
:straight t
|
||||
:init
|
||||
(global-company-mode))
|
||||
|
||||
(use-package lsp-mode
|
||||
:straight t
|
||||
:hook ((prog-mode) . lsp-deferred))
|
||||
|
||||
;; fun
|
||||
(use-package rainbow-delimiters
|
||||
:straight t
|
||||
:defer t
|
||||
:hook ((prog-mode) . rainbow-delimiters-mode))
|
||||
|
||||
(setq mode-line-format(list '(:eval (list (nyan-create)))))
|
||||
(use-package nyan-mode
|
||||
:straight t)
|
||||
|
||||
(use-package fireplace
|
||||
:straight t)
|
||||
|
||||
;;; init.el ends here
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user