Yasuyuki Matsumoto
Yasuyuki Matsumoto
How about making the following settings the defaults? ``` vim.o.ignorecase = true vim.o.smartcase = true ``` It seems that [kickstart.nvim](https://github.com/nvim-lua/kickstart.nvim) and many others are also set, and other editors seem...
I created a simple status line    https://github.com/yamatsum/nvim-nonicons
@glepnir Does this mean that it can be achieved with the current implementation? Is there any setting example?
I'm looking forward to this feature too!
As per the README, using enable_default_keybindings didn't work either. I can move between tmux panels, but I can't move between vim windows in vim on tmux
@aserowy Thank you for your reply Try it with the above settings! Still doesn't work The version is stable v0.6.0
@aserowy @ErickChacon When I move from vim on tmux to pane on tmux, I feel that `:lua require('tmux').move_*()` doesn't work. From tmux pane to tmux pane works fine. Moving from...
https://github.com/numToStr/Navigator.nvim works fine
https://github.com/alacritty/alacritty/issues/957
Thanks for the report! Due to the large number of icons, it is difficult to make it compatible with other font sets now by myself. I will consider it when...