Remove some packages

This commit is contained in:
James Dixon 2025-03-19 20:36:43 -04:00
parent 1b4a98bc2b
commit b5548239a1

View File

@ -91,7 +91,6 @@
(use-package magit (use-package magit
:straight t) :straight t)
;; show more vertcal suggestions on M-x
(use-package vertico (use-package vertico
:straight t :straight t
:init :init
@ -120,26 +119,4 @@
:straight t :straight t
:init (global-flycheck-mode)) :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 ;;; init.el ends here