Noob questions #53
-
I'm currently using MiniMax's config structure as a basis to build my own config but opting in to Mini plugins as opposed to opting out. Much appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Do you mean 'plugin/10_options.lua' file? If yes, then almost all of them are not exactly tied to MINI. They are somewhat subjective recommendation for a better default user experience. Some exceptions are maybe:
It might be the case that these are redundant. I vaguely remember removing them couple of years ago and something went wrong. Probably need to look at them more carefully.
If you mean 'relativenumber', then I think having it enabled all the time is too visually distracting. A better approach is to enable them only in Visual mode, which is what 'mini.basics' offers. But that is also a matter of preference. I do rarely use relative numbers for jumps. Usually for "close distance" jumps, like
I think running
You can take a look yourself. The MiniMax is very close to what I've been daily driving for at least couple of years now. Welcome to Neovim and thanks for your interest in MiniMax :) |
Beta Was this translation helpful? Give feedback.
Do you mean 'plugin/10_options.lua' file? If yes, then almost all of them are not exactly tied to MINI. They are somewhat subjective recommendation for a better default user experience. Some exceptions are maybe:
vim.o.showmode = falseassumes that there is a statusline that shows current mode. In MiniMax it is 'mini.statusline', but it can be any other one.