kraxli

Results 19 comments of kraxli

Thanks @rafi! The `hook_post_source` do not seem to be executed with a "normal" start-up. The lua files seem to be loaded only after a recache of the runtimepath which seems...

> Well you can just `pcall(require, 'which-key')` and then set keybindings using which-key if it is present. Does this allow to extend or just to overwrite the existing maps? Let's...

any update on this. Having the same issue ...

Many thanks for coming back! A full fledged theme for 538 may be over the top (especially the line labeling) . However, some elements would probably be feasible. I am...

yes, right ‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐ On Thursday, October 15, 2020 5:23 PM, mattn wrote: > max-line-length seems to be the argument flags for flake8. Right? > > — >...

@desprit Unfortunately not really. I also had to use the workaround with `pycodestyle`

Hi I have the same problem on Windows 7 and Ubunut 16.06 (both 64bit). Output on Ubuntu: ``` sudo npm install -g nyaovim /usr/local/bin/nyaovim -> /usr/local/lib/node_modules/nyaovim/bin/cli.js > [email protected] postinstall /usr/local/lib/node_modules/nyaovim/node_modules/electron-prebuilt...

sorry "node" was missing on Ubuntu. With node I was able to install. But starting nyaovim I get a blank window and I cannot do anything ...

quick and not perfect workaround: ```vim let g:bullets_custom_mappings = [ \ ['nmap', 'O', 'k(bullets-newline)'], \] ```