~set lsp path directly to path

This commit is contained in:
oreodave
2019-11-18 22:58:07 +00:00
parent ec153471f8
commit d80a3b075e

View File

@@ -238,6 +238,8 @@ My docsets are stored in .docsets for ease of use
(add-hook 'csharp-mode-hook '(lambda()
(setq c-basic-offset 4)
(c-set-style "java"))) ; Hook for csharp setting variables
(after! lsp
(setq lsp-clients-csharp-language-server-path "~/bin/omnisharp-lsp/artifacts/publish/OmniSharp.Stdio.Driver/mono/OmniSharp.exe"))
(map! ; CSharp Keybinds
:map csharp-mode-map