Added vimscript and made omnisharp link to relative link

This commit is contained in:
oreodave
2019-07-13 08:17:07 +01:00
parent 6c42a8c0fc
commit aa1f605a61

View File

@@ -51,12 +51,13 @@ values."
; Languages ; Languages
emacs-lisp emacs-lisp
vimscript
(python :variables python-shell-interpreter (python :variables python-shell-interpreter
"/usr/bin/python3") "/usr/bin/python3")
(c-c++ :variables c-c++-enable-clang-support (c-c++ :variables c-c++-enable-clang-support
t c-c++-default-mode-for-headers 'c++-mode) t c-c++-default-mode-for-headers 'c++-mode)
(csharp :variables omnisharp-server-executable-path (csharp :variables omnisharp-server-executable-path
"/home/oreodave/bin/omnisharp/run") "~/bin/omnisharp/run")
fsharp fsharp
javascript javascript
(typescript :variables typescript-indent-level (typescript :variables typescript-indent-level