Umut Topuzoğlu
Umut Topuzoğlu
[Exporting without lush](https://github.com/rktjmp/lush.nvim/blob/main/BUILD.md) could make this theme also usable with the original Vim 8, which would be nice of course.
Newer terminals can enable a wider gamut for colors. This messes up the original colors of bluloco making everything more saturated. While more colors can be displayed I find not...
Bufferline theme is basically just what is used per default using the standard Tabline hl groups and could be improved. When I tried the first time, the issue was with...
I have no idea how this is related but I am on nvim 0.10.0 and this is my used config in packer: ``` use { 'nvim-telescope/telescope-frecency.nvim', config = function() require...
I am on the latest commit ( also tried latest release version, still happening) This is my git-conflict config: lua``` local status, gitConflict = pcall(require, 'git-conflict') if (not status) then...
whatever command I use, my cursor always lands at the second to last position of the inserted path. ``` what/ever/path/i/inserted ^---- my cursor lands here ```
When I start adding a tag in between other tags, and press esc (for whatever reason), a tag rename gets triggered, altough it should not. See the video. I start...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior Entering an already open terminal buffer does not trigger the TermEnter...
### What does this PR do? Add bluloco theme ### How did you verify your code works? I just added it where other themes reside, I did not test it...
### Feature hasn't been suggested before. - [x] I have verified this feature I'm about to request hasn't been suggested before. ### Describe the enhancement you want to request https://github.com/uloco/bluloco.nvim...