Kasper van der Heijden

Results 16 comments of Kasper van der Heijden

@lacygoill I am aware that posting pictures may be less clear, however, since the nature of syntax highlighting is graphical I think this does demonstrate the problem at first glance....

@Shane-XB-Qian the file where is seems to be broken: My vimrc is very basic, I do not have plugins. See https://gitlab.com/kaspervdheijden/dotfiles/-/blob/master/config/vimrc.vim. Source file ```sh #!/usr/bin/env sh if ! command -v...

Hi, would be nice if this could be fixed. Is there any progress on this issue?

Nice trick! Today I learned. Would it be possible to let shellcheck suggest this in this specific situation? For what it's worth, I guess we're now in the territory that...

Note: If I use `{ /dev/null` shellcheck still does not like it: ``` ^-- SC2188 (warning): This redirection doesn't have a command. Move to its command (or use 'true' as...

I have added this in my ./lua/plugins/dashboard.lua which seems to do the trick: ```lua -- somewhere in my config function ... vim.defer_fn( function () vim.api.nvim_create_autocmd( 'BufDelete', { group = vim.api.nvim_create_augroup('open-dashboard-after-last-buffer-close',...

Note: I can mitigate this by enabling `mouse_move_focuses_monitor`, but I would prefer that to be `off`. Moving the mouse and clicking the mouse are two distinct operations.

Hey @vaxerski, thanks for getting back and sorry for neglecting this issue. I've since moved back to Sway. If I return to hyprland in the future and encounter this issue,...

Please see https://github.com/echasnovski/mini.nvim/pull/1276