franroa
franroa
This would solve many problems I have.
I have tried with other terminals Alacritty and WezTerm didn't work Default terminal and Kitty worked
also waiting for this
> This is also a bugfix for a very annoying bug that I constantly run into where the completion window covers up the text if your screen isn't large enough....
It is not working consistently. This is my code: ``` vim.api.nvim_create_autocmd({ "BufEnter" }, { pattern = { "" }, callback = function() if vim.bo.filetype == "" or vim.bo.filetype == "dashboard"...
I have the same issue over here, I can only see icons. Could it be the golang version? I am using the 1.20.4. Neovim version: 0.9 2.1.0-beta3
Hi, this is my config for this plugin: ``` return { "mvllow/modes.nvim", config = function() require("which-key").setup({ plugins = { presets = { operators = false, }, }, }) require("modes").setup({ colors...
Hi, I just tried out. The issue is still there
> @franroa are you also using windows? What terminal emulator are you using? Also windows, with wsl The problem appears on Powershell, Weztern and kitty (all that I use)
> Found two relative issues in neovim: [neovim/neovim#18053 (comment)](https://github.com/neovim/neovim/issues/18053#issuecomment-1094302350) [neovim/neovim#23094](https://github.com/neovim/neovim/issues/23094) > > Thinking this is an upstream issue. > > For me I can live without cursor color change. >...