Add a default for neuron_extension
This commit is contained in:
parent
834b6e12f4
commit
af03f8b3d1
1 changed files with 3 additions and 0 deletions
|
@ -255,6 +255,9 @@ let
|
|||
au BufRead,BufNewFile Vagrantfile set filetype=ruby
|
||||
augroup END
|
||||
|
||||
" Neuron things
|
||||
let g:neuron_extension = '.md'
|
||||
|
||||
" Extra options
|
||||
${extraOptions}
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue