German David

Results 27 comments of German David

I'm using Neovim nightly right now and the flashes are gone. ``` NVIM v0.10.0-dev-49efdf8 Build type: Release LuaJIT 2.1.1702233742 ``` https://github.com/hrsh7th/nvim-cmp/assets/53343401/80177f1f-477a-4411-992a-b7bcba82f04a My cmp config: ```lua local ok, luasnip, cmp ok,...

I did the steps to reproduce in Ubuntu WSL and I didn't get any errors.

@pabloariasal The stable version should not have this problem, when I used the stable version I did not have any problem.

I think this worked: ``` gcc -IC:\Users\gdmr\AppData\Local\nvim-data\lazy\LuaSnip\deps\lua51_include\ -O2 -fPIC -c .\deps\jsr egexp\jsregexp.c -o jsregexp.o ``` compiled without errors.

This is my temporary solution, this is more related to `null-ls.nvim` than to `mason.nvim`: ```lua require("null-ls").setup({ sources = { null_ls.builtins.diagnostics.pylint.with({ -- command has to be the path of the pylint...

@dreistein543 I use this: ```lua vim.cmd([[ augroup RestoreCursorShapeOnExit autocmd! autocmd VimLeave * set guicursor=a:ver1 augroup END ]]) ``` This works for me with Alacritty terminal and GNOME terminal, with kitty...

I have this same problem, but only with Foot and Alacritty. Kitty, Wezterm and GNOME terminal do not have this problem. https://github.com/hyprwm/Hyprland/assets/53343401/95e756e8-bbc8-44ad-b02e-c4f1d7f20981 I can't say how long ago or give...

@bvr-yr Which version of Foot and Hyprland are you using?