let NERDTreeIgnore = [ 'META-INF', '\.class$' ] let g:ale_kotlin_kotlinc_sourcepath = 'index.kt' let g:ale_linters = { 'kotlin': [ 'ktlint'] }