Tushar Kuntawar

Results 23 comments of Tushar Kuntawar

It might be mostly fonts, I think. Edit: I just checked, it's just fonts. And it's 18mb. The script updates your termux, so that might be it.

How do i solve this for now?

This works for me `autocmd VimEnter * hi Normal ctermbg=NONE guibg=NONE` I had the same problem. Putting this exact same thing in .vimrc doesn't work but running this manually it...

I got till this ```lua local entry_display = require "telescope.pickers.entry_display" local actions = require "telescope.actions" -- local action_set = require "telescope.actions.set" -- local action_state = require "telescope.actions.state" local finders =...

How do i PR this? I have this as is in my configs. How do I make a PR out of this, if that is necessary.

Please check this commit, this makes using `:Telescope registers` not suck. (I think) https://github.com/nvim-telescope/telescope.nvim/compare/master...tusqasi:telescope.nvim:register-sort-patch

> However, for your specific problem, I guess you can map `cy` and `cp` instead. What do you mean by that? I don't think if that will help. I want...