Welcome to the Power Users community on Codidact!
Power Users is a Q&A site for questions about the usage of computer software and hardware. We are still a small site and would like to grow, so please consider joining our community. We are looking forward to your questions and answers; they are the building blocks of a repository of knowledge we are building together.
Activity for tssmâ€
Type | On... | Excerpt | Status | Date |
---|---|---|---|---|
Edit | Post #289120 | Initial revision | — | over 1 year ago |
Answer | — |
A: How to indent list items in Vim You don't need `smartindent`, but you need `autoindent` plus `n` in `formatoptions`: `setlocal formatoptions+=n`. This is what its documentation (`:h fo-table`, for format options) says: > When formatting text, recognize numbered lists. This actually uses the 'formatlistpat' option, thus any kind ... (more) |
— | over 1 year ago |