ChrisAmelia

Results 5 issues of ChrisAmelia

Is it possible to add functionality to set the size of the clock?

enhancement

https://github.com/iamcco/coc-actions/issues/12 Updated to version 1.4.1. Tested with the above config, the issue still exists. A workaround is to set `"coc-actions.hideCursor"` to false.

This is related to https://github.com/neoclide/coc.nvim/issues/2102 This seems to happen only with Java so far, tested with Go completion and it works as expected. Can be reproduced with these minimal configs:...

**My testing minimal init.vim** ```vim set runtimepath^=~/.local/share/nvim/site/pack/packer/opt/nvim-lspconfig set runtimepath^=~/.local/share/nvim/site/pack/packer/opt/completion-nvim set runtimepath^=~/.local/share/nvim/site/pack/packer/opt/vim-vsnip set runtimepath^=~/.local/share/nvim/site/pack/packer/opt/vim-vsnip-integ imap (completion_trigger) inoremap pumvisible() ? "\" : "\" autocmd BufEnter * lua require'completion'.on_attach() let g:completion_auto_change_source = 1...

![image](https://user-images.githubusercontent.com/16366403/96265164-67d63e80-0fc5-11eb-9243-5eb7ad50e613.png) **My testing minimal init.vim** ```vim set runtimepath^=~/.local/share/nvim/plugged/nvim-lspconfig set runtimepath^=~/.local/share/nvim/plugged/completion-nvim set runtimepath^=~/.local/share/nvim/plugged/vim-vsnip set runtimepath^=~/.local/share/nvim/plugged/vim-vsnip-integ let g:completion_enable_snippet = 'vim-vsnip' lua