Browse Source

♻️ UnityHub assemblies search

master
n0m1s 6 years ago
parent
commit
c573a75dd7
Signed by: nomis GPG Key ID: BC0454CAD76FE803
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      config/plugins.vimrc

+ 1
- 1
config/plugins.vimrc View File

@ -56,7 +56,7 @@ endif
" C#
let g:ale_cs_mcsc_source = getcwd()
let g:ale_cs_mcsc_assemblies =
\ split(system("find '/opt/Unity/Editor/Data/' -type f -name 'Unity*.dll'"),'\n') +
\ split(system("find $HOME/'Unity/Hub/Editor/' -type f -name 'Unity*.dll'"), '\n') +
\ split(system("if [[ '" . getcwd() . "' == *'workspace/unity'* ]]; then find " . getcwd() . " -type f -name '*.dll'; fi"), '\n')
let g:ale_cs_csc_source = g:ale_cs_mcsc_source
let g:ale_cs_csc_assemblies = g:ale_cs_mcsc_assemblies


Loading…
Cancel
Save