chore(init.lua): clarify section comments - #2093
Conversation
|
oops, you are totally right :) about the other things:
I agree this is not the best, but I couldn't think of a section that fits better.
|
|
Keymaps and autocommands aren't closely related. For a starter guide like Kickstart, users should be able to differentiate between what they trigger and what Neovim triggers automatically. I prefer -- SECTION 2: KEYMAPS
-- SECTION 3: AUTOCMDSor you could keep it like before. -- SECTION 2: KEYMAPS & AUTOCMDS |
|
For now I will update the section header to your second suggestion, because having a whole section for just one autocmd seems weird to me. |
Now that there is section 2 for keymaps. It doesn't need to be in section 1.
Two more things:
-- [[ Basic Keymaps ]]feels a bit redundant. I know you are keeping parity with kickstart-modular.nvim