luk400 / vim-jukit

Jupyter-Notebook inspired Neovim/Vim Plugin
MIT License
603 stars 23 forks source link

support request for octave #72

Closed Aneeqasif closed 1 year ago

Aneeqasif commented 1 year ago

please add support for ocatve, it has python like repel and i hope it will be easyily added peace :)

luk400 commented 1 year ago

Hi, this should hopefully already work if you set the following in your vim session:

let g:jukit_shell_cmd = 'octave'
let g:jukit_comment_mark = '%' " only required if you don't have or don't use the tcomment plugin (i.e. g:jukit_use_tcomment==0)

(Note however that features such as output saving or in-terminal plotting are only supported for python)

Aneeqasif commented 1 year ago

tsm ill try and get back to u