Added vimscript and made omnisharp link to relative link
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user