mvllow

Results 150 comments of mvllow

This seems similar to https://github.com/mvllow/modes.nvim/issues/28 We'll leave this one open if anyone is able to come up with a solution :)

we can do folders under the telegram repo for each platform :) i don't think it is necessarily a blocker though

re-invited. you may have gotten two emails, the latest one should work :)

If you're using neovim, which version? For regular vim it may not be working due to many parts being in lua / possibly neovim specific. If that's the case, I'd...

Hmm can't seem to reproduce with a fresh install of neovim and only the following in `init.vim`: ```viml call plug#begin('~/.vim/plugged') Plug 'rose-pine/neovim' call plug#end() colorscheme rose-pine ``` With alacritty (zero...

I'm curious if everything looks fine if using kitty + rosé pine if you're able/willing to try that. The colors in your screenshots look slightly off as well as some...

on mobile so i'll dive deeper when i get a chance but you could get our palette via: ```lua local p = require('rose-pine.palette') ``` and use the palette in `bufflerline.setup`...

For anyone wanting to take this, see https://github.com/rose-pine/neovim/commit/ceb8d53bc3fa9150d57af3086ae1e5ae8057a428 The solution that comes to mind is noted in the comments of that file. Basically we provide defaults that the user can...

At the moment it seems the bufferline dev does not want to support themes overriding colors (https://github.com/akinsho/bufferline.nvim/issues/320). Will revisit if/when that changes

Appreciate the explanation 😌 I think your reasoning for not wanting themes to automatically override bufferline highlights is perfectly valid. I will look into adding back/finishing an exportable palette. Personally,...