diff --git a/config.el b/config.el index 836fb72..72e7e57 100644 --- a/config.el +++ b/config.el @@ -21,7 +21,7 @@ ;; (setq doom-font (font-spec :family "monospace" :size 12 :weight 'semi-light) ;; doom-variable-pitch-font (font-spec :family "sans" :size 13)) -(setq doom-font (font-spec :family "Anonymice Nerd Font Mono" :size 19)) +(setq doom-font (font-spec :family "AnonymicePro Nerd Font Mono" :size 19)) ;; There are two ways to load a theme. Both assume the theme is installed and ;; available. You can either set `doom-theme' or manually load a theme with the @@ -64,3 +64,5 @@ (setq lsp-intelephense-licence-key (getenv "INTELEPHENSE_LICENSE_KEY")) (setq lsp-file-watch-threshold 5000) + +(setq lsp-disabled-clients '(typeprof-ls semgrep-ls)) diff --git a/init.el b/init.el index 30fd223..4bedbc6 100644 --- a/init.el +++ b/init.el @@ -138,7 +138,7 @@ ;;idris ; a language you can depend on (json +lsp) ; At least it ain't XML ;;(java +meghanada) ; the poster child for carpal tunnel syndrome - (javascript +lsp) ; all(hope(abandon(ye(who(enter(here)))))) + (javascript +lsp +tree-sitter) ; all(hope(abandon(ye(who(enter(here)))))) ;;julia ; a better, faster MATLAB ;;kotlin ; a better, slicker Java(Script) (latex +latexmk) ; writing papers in Emacs has never been so fun @@ -163,7 +163,7 @@ rust ; Fe2O3.unwrap().unwrap().unwrap().unwrap() ;;scala ; java, but good ;;(scheme +guile) ; a fully conniving family of lisps - sh ; she sells {ba,z,fi}sh shells on the C xor + (sh +lsp +tree-sitter) ; she sells {ba,z,fi}sh shells on the C xor ;;sml ;;solidity ; do you need a blockchain? No. ;;swift ; who asked for emoji variables?