Disable helm, add nix lsp

This commit is contained in:
2025-06-02 18:53:21 -04:00
parent eedb4ddc45
commit 6332a15891

View File

@@ -298,6 +298,7 @@
:straight nil
:hook
(c-ts-mode . eglot-ensure)
(nix-ts-mode . eglot-ensure)
(python-ts-mode . eglot-ensure)
:config
(setq eldoc-echo-area-display-truncation-message nil
@@ -352,14 +353,14 @@
(pdf-tools-install :no-query)
(require 'pdf-occur))
;; helm
(use-package helm
:config
(global-set-key (kbd "M-x") #'helm-M-x)
(global-set-key (kbd "C-x r b") #'helm-filtered-bookmarks)
(global-set-key (kbd "C-x C-f") #'helm-find-files)
(setq helm-ff-auto-update-initial-value 1)
(helm-mode 1))
;; ;; helm
;; (use-package helm
;; :config
;; (global-set-key (kbd "M-x") #'helm-M-x)
;; (global-set-key (kbd "C-x r b") #'helm-filtered-bookmarks)
;; (global-set-key (kbd "C-x C-f") #'helm-find-files)
;; (setq helm-ff-auto-update-initial-value 1)
;; (helm-mode 1))
;; org stuff
(use-package org