Some random emacs fixes + added kotlin lang server

This commit is contained in:
Emmet 2024-08-08 08:04:37 -05:00
parent 8a6c09cd61
commit 21a35c436b
3 changed files with 20 additions and 3 deletions

View file

@ -1,6 +1,7 @@
;;; $DOOMDIR/config.el -*- lexical-binding: t; -*-
;;;------ User configuration ------;;;
(setq use-package-always-defer t)
;; Import relevant system variables from flake (see doom.nix)
;; includes variables like user-full-name, user-username, user-home-directory, user-email-address, doom-font,
@ -1551,6 +1552,8 @@ If the path from LINK does not exist, nil is returned."
orig-result)))
(advice-add 'lsp-resolve-final-command :around #'lsp-booster--advice-final-command)
(map! :leader :desc "Find definition using lsp" "L d" #'lsp-find-definition)
(add-to-list 'tramp-remote-path 'tramp-own-remote-path)
(after! vterm
(add-to-list 'vterm-tramp-shells '("ssh" "zsh")) ;; I use zsh on all my servers