~set lsp path directly to path
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user