yamsu

Results 4 comments of yamsu

Hi, vim key bindings would be great; however, in version 20.2 the ```aceEditor.setKeyboardHandler("ace/keyboard/vim")``` comannd in the console window throws the following error ``` Refused to load the script 'https://192.168.9.234:9823/apps/files/keybinding-vim.js' because...

Hi, termux is great for android. But i have a feeling that the preference given to python3 is limiting. A lot of good plugins for vim havent been ported to...

> I had the same issue with the error > `[coc.nvim]extension "coc-ccls" doesn't contain main file /path/to/home/.config/coc/extensions/node_modules/coc-ccls/lib/extension.js.` > > So kind of "fixed it" temporarily by doing: > > ```...

Yeah I guess there is a difference in the directory structure. I had to use ``` bash ln -s ../ws/lib lib ``` From the coc-ccls directory, but this solution works...