Added various files to integrate julia. Still not working.

This commit is contained in:
Bartolomeo Stellato
2018-09-07 11:11:29 -04:00
parent 8bf5d144ed
commit df72c5f1c1
4 changed files with 32 additions and 19 deletions

View File

@@ -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