Pavel Piskursky
Results
1
issues of
Pavel Piskursky
### Problem Hello! I installed this plugin as instructed in the Neovim with VIM-Plug: ```vim call plug#begin() ... Plug 'turbio/bracey.vim', {'do': 'npm install --prefix server'} ... call plug#end() ``` And...