JuliaEditorSupport/julia-vim

`ftplugin` not loaded?

cmichelenstrofer opened this issue · 1 comments

I noticed that whatever I put in .vim/after/ftplugin has no effect. E.g. I tried putting in setlocal textwidth=92, but inside a *.jl file :set textwidth? returns 0. I tried putting the setting directly in.vim/pack/plugins/start/julia-vim/ftplugin/julia.vim and still no effect. Any idea what is going on? I found this problem when trying to follow the recommended settings in BlueStyle, see JuliaDiff/BlueStyle#109. Thanks!

Figured it out. Need to put filetype plugin on in my .vimrc file.