aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2020-02-29 13:30:39 -0800
committerGravatar Tom Willemse2020-02-29 13:30:39 -0800
commitfa2264a94c8ab0866ee43cf0bf6652cec16dd401 (patch)
treedee1d60acecf9c204ef9c25df7c81c38f8002c54
parent74fba5dd0c92b8d4424144a35e04d7b178e9071c (diff)
downloademacs-config-fa2264a94c8ab0866ee43cf0bf6652cec16dd401.tar.gz
emacs-config-fa2264a94c8ab0866ee43cf0bf6652cec16dd401.zip
Include company-yasnippet with omnisharp completion
-rw-r--r--oni-csharp.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/oni-csharp.el b/oni-csharp.el
index 195765f..b718c6c 100644
--- a/oni-csharp.el
+++ b/oni-csharp.el
@@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local
-;; Version: 2020.0205.224224
+;; Version: 2020.0229.133028
;; Package-Requires: (csharp-mode omnisharp oni-company oni-flycheck)
;; This program is free software; you can redistribute it and/or modify
@@ -82,7 +82,8 @@
(auto-fill-mode))
(with-eval-after-load 'company
- (add-to-list 'company-backends 'company-omnisharp))
+ (add-to-list 'company-backends
+ '(company-omnisharp :with company-yasnippet)))
(add-hook 'csharp-mode-hook 'company-mode)
(add-hook 'csharp-mode-hook 'electric-indent-local-mode)