bluz71 / nvim-linefly

A simple Lua statusline for Neovim
MIT License
79 stars 2 forks source link

Specifying the default linefly theme #15

Closed qbnil closed 1 month ago

qbnil commented 1 month ago

Is there any way i can set the default colorscheme in the linefly file config, because the whole is messed up unless i change the current neovim theme manually, well, using fzf-lua actually: before: image after: image Here's my current config for the linefly: image i tried it with lazy = false and priority = 1000, it hasn't help

bluz71 commented 1 month ago

Do not lazy load linefly statusline, please delete event = 'VeryLazy'.

This plugin is not designed to be lazy-loaded as mentioned in the installation instructions.

Not all plugins can be lazy-loaded.