Yuta Katayama

Results 47 comments of Yuta Katayama

@mfiano Please check the following settings. `:highlight StatusLine` You will need to set the same value for galaxyline's bg and guibg.

![2021-03-19_19-19](https://user-images.githubusercontent.com/8683947/111766040-68626080-88e8-11eb-8fd2-66cdf579aeaf.png) One feature of my status bar is that I can use the ! key to toggle the information. ![2021-03-19_19-19_1](https://user-images.githubusercontent.com/8683947/111766036-67c9ca00-88e8-11eb-8f78-f3df85f3405d.png) https://github.com/yutkat/dotfiles/blob/master/.config/nvim/lua/rc/pluginconfig/galaxyline.lua

Maybe this map can do it? ```lua vim.keymap.set("n", "1", function() require("bufferline").go_to_buffer(1, true) end, { noremap = true, silent = true }) ```

https://github.com/weirongxu/coc-explorer/issues/123

workaround ```vim augroup MyCocExplorer autocmd! autocmd VimEnter * sil! au! FileExplorer * autocmd BufEnter * let d = expand('%') | if isdirectory(d) | silent! bd | exe 'CocCommand explorer '...

any update on this PR? @jolange @da-edra I'd like to check this PR.

Same situation with 'mhinz/vim-grepper'

This is minimal vimrc. And you should input `:Grepper -query 'some keyword'` ```vim syntax on filetype plugin indent on if has('vim_starting') let s:pluin_manager_dir='~/.vim/plugged/vim-plug' execute 'set runtimepath+=' . s:pluin_manager_dir endif call...

I don't understand what this setting is, but my performance has improved with this setting. ```lua return { cursor_blink_ease_in = "Constant", cursor_blink_ease_out = "Constant", } ```

Thank you for your reply. It's a pity but I understand.