Add LanguageServerProtocol mode
This commit is contained in:
parent
f3f8fe991e
commit
510e3f7443
3 changed files with 12 additions and 2 deletions
7
init.el
7
init.el
|
|
@ -39,7 +39,10 @@
|
|||
yasnippet-snippets ;; Actual snippets for various languages
|
||||
flycheck ;; Compilation framework
|
||||
visual-regexp ;; Regexp replacement with preview in
|
||||
;; current buffer.
|
||||
;; current buffer.
|
||||
lsp-mode
|
||||
company-lsp
|
||||
lsp-ui
|
||||
|
||||
;; Project management
|
||||
projectile
|
||||
|
|
@ -116,7 +119,7 @@
|
|||
;; If there is more than one, they won't work right.
|
||||
'(package-selected-packages
|
||||
(quote
|
||||
(nginx-mode gitignore-mode js2-mode keyfreq company-web visual-regexp enh-ruby-mode counsel-projectile counsel ivy flycheck-rust flycheck racer rust-mode hydra markdown-mode solarized-theme company-ansible alchemist window-purpose column-enforce-mode yaml-mode ansible dockerfile-mode ruby-end web-mode rvm dash-at-point robe base16-theme exec-path-from-shell))))
|
||||
(dap-mode lsp-ui company-lsp lsp-mode nginx-mode gitignore-mode js2-mode keyfreq company-web visual-regexp enh-ruby-mode counsel-projectile counsel ivy flycheck-rust flycheck racer rust-mode hydra markdown-mode solarized-theme company-ansible alchemist window-purpose column-enforce-mode yaml-mode ansible dockerfile-mode ruby-end web-mode rvm dash-at-point robe base16-theme exec-path-from-shell))))
|
||||
(custom-set-faces
|
||||
;; custom-set-faces was added by Custom.
|
||||
;; If you edit it by hand, you could mess it up, so be careful.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue