summaryrefslogtreecommitdiff
path: root/.emacs.d/lisp/init-lsp.el
blob: c0cafcb679eb4ce7e8df482523f5445f566e8427 (plain)
1
2
3
4
5
6
7
8
9
10
;;; lsp --- All lsp configuration

;;; Commentary:

;;; Code:

(require-package 'lsp-mode)

(provide 'init-lsp)
;;; init-lsp ends here