On Sun, Mar 30, 2025 at 3:05 AM Marc Chantreux <m...@unistra.fr> wrote: > > Aside: that's why my ~/.vimrc looks like this so I can > easily spot the problematic parts:
I also frequently point folks towards [How to debug my vimrc](https://vi.stackexchange.com/q/2003/10604) and [How to debug a mapping](https://vi.stackexchange.com/q/7722/10604). > vim9script > run r/defaults.vim > run r/colors.vim > > run r/sublime.vim > nnoremap <c-p> :SublimeCtrlP<cr> > run ftplugin/man.vim > nnoremap <expr> K > \ &kp == "man" ? ":Man \<cword>\<cr>" > \ : &kp == ":help" ? "K" > \ : ":KP\<cr>" > run r/iab.vim > run r/ezfold.vim > run r/math.vim > run r/buffer_navigation.vim > run r/setvts.vim > run r/parentheses.vim > run r/cmd_makeprg.vim > set aw ar > nnoremap <c-s> :make!<cr> > imap <c-s> <c-o><c-s> > run r/mail-to.vim | noremap <space>t :To<cr> > run r/was_fzy.vim > run r/dwm.vim What an interesting structure. Have you considered using `~/.vim/plugin` to have these load automatically? (You could control the order using sorted names, I believe.) -- D. Ben Knoble -- -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_use" group. To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscr...@googlegroups.com. To view this discussion visit https://groups.google.com/d/msgid/vim_use/CALnO6CASwQcK-th8YueFkbHgppuwYtY1PhWy1oR0cAx_k_PEfw%40mail.gmail.com.