Add a default for neuron_extension

This commit is contained in:
Martin Potier 2020-11-26 11:20:48 +02:00
parent 834b6e12f4
commit af03f8b3d1
No known key found for this signature in database
GPG Key ID: D4DD957DBA4AD89E
1 changed files with 3 additions and 0 deletions

View File

@ -255,6 +255,9 @@ let
au BufRead,BufNewFile Vagrantfile set filetype=ruby
augroup END
" Neuron things
let g:neuron_extension = '.md'
" Extra options
${extraOptions}
'';