Configure golang and ruby to use lsp-mode

This commit is contained in:
2018-12-10 22:48:48 +00:00
parent b79891ec7a
commit 5406bc8eb1
2 changed files with 8 additions and 12 deletions

View File

@@ -9,6 +9,7 @@
(require 'siren-company)
(require 'siren-folding)
(require 'siren-highlight-indentation)
(require 'siren-lsp)
(require 'siren-projectile)
(require 'siren-realgud)
(require 'siren-smartparens)
@@ -61,6 +62,7 @@
tab-width 2)
(company-mode +1)
(lsp)
(hs-minor-mode 1)
(hideshowvis-enable)
(highlight-indentation-current-column-mode)