goolord / alpha-nvim

a lua powered greeter like vim-startify / dashboard-nvim
MIT License
1.78k stars 104 forks source link

How to set cursorline #197

Closed BLACKSWORD0 closed 1 year ago

BLACKSWORD0 commented 1 year ago

It's a really beautiful plugin. But when i try to set cursorline like this

CleanShot 2023-03-23 at 15 02 46@2x

I have to input this command after start neovim

:set cursorline. 

I try to add this command in my config file init.vim but it doesn't work.

I still try to add the following in my config file

autocmd FileType alpha set cursorline

But this doesn't work either. I think I must be missing something. Could you tell me how to set cursorline in alpha ?

goolord commented 1 year ago

https://github.com/goolord/alpha-nvim/blob/dafa11a6218c2296df044e00f88d9187222ba6b0/doc/alpha.txt#L339

autocmd User AlphaReady setlocal cursorline should work fine