Skip to content

Is it possible to disable statuscolumn by default in ministarter. #1481

Closed Answered by echasnovski
231tr0n asked this question in Q&A
Discussion options

You must be logged in to vote
1. How do I do this programatically in neovim lua as I use the following plugin for statuscolumn configuration and adding ministarter to ft_ignore does not remove it?

Use dedicated event to set the option locally. There is no FileType event triggered for 'ministarter' filetype for performance reasons (which is crucial as 'mini.starter' is loaded/executed during startup).

3. Does it actually make sense to do this setting statuscolumn to empty thing from mini.starter plugin itself since there is no need to have statuscolumn shown in the first place in mini.starter screen?

Yeah, it indeed might be a good idea. I was hesitant previously because it was a relatively new feature and 'mini.…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@231tr0n
Comment options

@echasnovski
Comment options

@231tr0n
Comment options

Answer selected by echasnovski
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
question Further information is requested mini.starter
2 participants