stefanwatt
stefanwatt
> that's very strange. do you have any other tailwind colorizer installed? I don't use multiple in parallel if that's what you mean. I have tried others, tho. With the...
https://gfycat.com/simpleadmiredbellsnake
Disabled everything except for keymaps and LSP stuff (which obviously I need for tailwind). Issue persists.
I don't use that plugin and I already disabled all plugins that aren't absolutely necessary.
Just built the latest commit and the issue persists. I also never had `vim.opt.sessionoptions:append('resize,....') ` set. I don't see how scheduling a redraw after a resize event would fix this....
@verahawk > In terms of just moving focus, it should work using default shortcuts provided by KWin I can confirm the behaviour is as described by OP. KWin shortcuts do...
Minimal init.lua: ``` local lazypath = vim.fn.stdpath("data") .. "/lazy/lazy.nvim" if not vim.loop.fs_stat(lazypath) then vim.fn.system({ "git", "clone", "--filter=blob:none", "--single-branch", "https://github.com/folke/lazy.nvim.git", lazypath, }) end vim.opt.runtimepath:prepend(lazypath) require("lazy").setup({ { 'williamboman/mason.nvim', dependencies = { --...
repo to reproduce: https://github.com/stefanwatt/minimal-repro-cmp-nvim-lsp-56
I'm encountering the same issue. Happens pretty reliably for me on the current iteration of my TierList app. Here's [the repo](https://github.com/stefanwatt/tierlist). To reproduce clone the repo, `npm run dev` and...