Browse Source

🐛 C# CSC compiler in addition to MCSC

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

+ 2
- 0
config/plugins.vimrc View File

@ -58,6 +58,8 @@ 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 " . getcwd() . " -type f -name '*.dll'"))
let g:ale_cs_csc_source = g:ale_cs_mcsc_source
let g:ale_cs_csc_assemblies = g:ale_cs_mcsc_assemblies
" LaTeX
let g:ale_tex_chktex_options = '-n8 -I'


Loading…
Cancel
Save