Disable helm, add nix lsp
This commit is contained in:
@@ -298,6 +298,7 @@
|
|||||||
:straight nil
|
:straight nil
|
||||||
:hook
|
:hook
|
||||||
(c-ts-mode . eglot-ensure)
|
(c-ts-mode . eglot-ensure)
|
||||||
|
(nix-ts-mode . eglot-ensure)
|
||||||
(python-ts-mode . eglot-ensure)
|
(python-ts-mode . eglot-ensure)
|
||||||
:config
|
:config
|
||||||
(setq eldoc-echo-area-display-truncation-message nil
|
(setq eldoc-echo-area-display-truncation-message nil
|
||||||
@@ -352,14 +353,14 @@
|
|||||||
(pdf-tools-install :no-query)
|
(pdf-tools-install :no-query)
|
||||||
(require 'pdf-occur))
|
(require 'pdf-occur))
|
||||||
|
|
||||||
;; helm
|
;; ;; helm
|
||||||
(use-package helm
|
;; (use-package helm
|
||||||
:config
|
;; :config
|
||||||
(global-set-key (kbd "M-x") #'helm-M-x)
|
;; (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 r b") #'helm-filtered-bookmarks)
|
||||||
(global-set-key (kbd "C-x C-f") #'helm-find-files)
|
;; (global-set-key (kbd "C-x C-f") #'helm-find-files)
|
||||||
(setq helm-ff-auto-update-initial-value 1)
|
;; (setq helm-ff-auto-update-initial-value 1)
|
||||||
(helm-mode 1))
|
;; (helm-mode 1))
|
||||||
|
|
||||||
;; org stuff
|
;; org stuff
|
||||||
(use-package org
|
(use-package org
|
||||||
|
Reference in New Issue
Block a user