How to activate evil_lualine #546
Replies: 3 comments 1 reply
-
evil_line config is provided as example in examples folder .
You need to have tokyonight colorscheme installed and need to load it before lualine . |
Beta Was this translation helpful? Give feedback.
-
Is there anyway to set the example in another file and import in config.lua? |
Beta Was this translation helpful? Give feedback.
-
As a new nvim and lualine user, I as well wonder how to activate the examples (e.g. evil_lualine). I see, those are files in the example dir , but where do I put them? |
Beta Was this translation helpful? Give feedback.
-
I am new to lualine. Wanted some help on how to activate 'evil_lualine' shown at site. While I try doing
require("lualine").setup({ options = { theme = "tokyonight" } })
it gives me an error mentioning that the theme does'nt existBeta Was this translation helpful? Give feedback.
All reactions