From fa2264a94c8ab0866ee43cf0bf6652cec16dd401 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sat, 29 Feb 2020 13:30:39 -0800 Subject: Include company-yasnippet with omnisharp completion --- oni-csharp.el | 5 +++-- 1 file 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 ;; 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) -- cgit v1.2.3-54-g00ecf