Add cmake mode
This commit is contained in:
parent
b3b6340199
commit
63a14209cf
1 changed files with 6 additions and 0 deletions
|
@ -2,6 +2,8 @@
|
|||
|
||||
;;; Code:
|
||||
|
||||
(setq-default indent-tabs-mode nil)
|
||||
|
||||
(use-package flycheck
|
||||
:init
|
||||
(setq flycheck-python-flake8-executable "flake8")
|
||||
|
@ -48,6 +50,8 @@
|
|||
(use-package lsp-ivy
|
||||
:after lsp)
|
||||
|
||||
(use-package cmake-mode)
|
||||
|
||||
(use-package dap-mode
|
||||
;; Uncomment the config below if you want all UI panes to be hidden by default!
|
||||
;; :custom
|
||||
|
@ -61,6 +65,8 @@
|
|||
;; (dap-python-setup) ;; Automatically installs Node debug adapter if needed
|
||||
)
|
||||
|
||||
(use-package typescript-mode)
|
||||
|
||||
(use-package python-mode
|
||||
:ensure nil
|
||||
:hook (python-mode . lsp-deferred)
|
||||
|
|
Loading…
Reference in a new issue