I want to run Stata codes in nvim. I have set the init.config file below.
Code:
call plug#begin('~/.vim/plugged')
Plug 'zizhongyan/vim-stata'
Plug 'poliquin/stata-vim'
call plug#end()
let g:vimforstata_pathbin = "/usr/local/bin/stata-mp"
vmap <C-d> :<C-U>call RunDoLines()<CR><CR>Any help will be appreciated.
Array
0 Response to How to run Stata Codes in Mac nvim?
Post a Comment