mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-14 14:33:50 -05:00
Update
This commit is contained in:
@@ -25,10 +25,11 @@ setlocal commentstring=#\ %s
|
||||
|
||||
let &l:path =
|
||||
\ join([
|
||||
\ 'lib',
|
||||
\ 'src',
|
||||
\ 'deps/**/lib',
|
||||
\ 'deps/**/src',
|
||||
\ 'lib/**',
|
||||
\ 'src/**',
|
||||
\ 'test/**',
|
||||
\ 'deps/**/lib/**',
|
||||
\ 'deps/**/src/**',
|
||||
\ &g:path
|
||||
\ ], ',')
|
||||
setlocal includeexpr=elixir#util#get_filename(v:fname)
|
||||
|
||||
Reference in New Issue
Block a user