summaryrefslogtreecommitdiff
path: root/autoload
diff options
context:
space:
mode:
authorBartolomeo Stellato <bartolomeo.stellato@gmail.com>2018-09-07 11:11:29 -0400
committerBartolomeo Stellato <bartolomeo.stellato@gmail.com>2018-09-07 11:11:29 -0400
commitdf72c5f1c11726a8db2c9c22fa579ee59238d0aa (patch)
treee8d4b20ddb3953155b8f6c149efb900f7dd59f02 /autoload
parent8bf5d144ed2299e0ecd6fa8f9703647e5c5ef02f (diff)
downloadale-df72c5f1c11726a8db2c9c22fa579ee59238d0aa.zip
Added various files to integrate julia. Still not working.
Diffstat (limited to 'autoload')
-rw-r--r--autoload/ale/julia.vim8
1 files changed, 7 insertions, 1 deletions
diff --git a/autoload/ale/julia.vim b/autoload/ale/julia.vim
index a6c0ee4a..71243763 100644
--- a/autoload/ale/julia.vim
+++ b/autoload/ale/julia.vim
@@ -1,4 +1,10 @@
-" Set just so tests can override it.
+" Author: Bartolomeo Stellato bartolomeo.stellato@gmail.com
+" Description: Functions for integrating with Julia tools
+
+" Set julia executable variable
+call ale#Set('julia_executable', 'julia')
+
+" Find the nearest dir contining a git project as julia project
let g:__ale_julia_project_filenames = ['.git/HEAD']
function! ale#julia#FindProjectRoot(buffer) abort
for l:project_filename in g:__ale_julia_project_filenames