Rafael Bodill
Rafael Bodill
Hi @sundar-h, can you tell me what's your output for `:echo &clipboard` when you start with `nvim -u NONE`? In line no. 49 in `config/general.vim` -- try changing the `set...
Try `set clipboard=unnamed` @sundar-h
Hi @chrischen - are you referring to __numbered registers_? e.g. `"1..9`? These are only for deletions, not yanks. Try testing with just deletions.
@chrischen What is your OS? What's your output for `:echo g:clipboard` ?
Thanks for posting this. Because the way I define plugins inside a YAML file, and vim only knows to parse JSON, it looks for these tools (in this order) in-order...
Unfortunately this is the compromise I must take in-order to configure my plugins in YAML format. This is where the tools are being detected: https://github.com/rafi/vim-config/blob/master/config/init.vim#L348-L375 You'll have to `pip3 install...
@fengbeiliu could be a plugin issue ([caw.vim](https://github.com/tyru/caw.vim)), or a configuration issue. Can you try with latest `master` branch?
And make sure to update plugins, `:call dein#update()`
@worldpe the triggers to load Vimwiki are one of: - Leader+W - `:VimwikiIndex` - `:VimwikiUISelect` Once you run any _one_ of these, all the rest of Vimwiki's commands will be...
Hi @kuttor, thanks. Have you tried `:highlight Comment cterm=italic gui=italic` ?