Neovim doesn’t automatically create the next bullet point in Markdown by default. To enable this feature, you can use a plugin like vim-markdown or vim-pencil. These plugins provide additional Markdown editing features, including automatic bullet point continuation.

Here’s how you can set it up using vim-markdown:

  1. Install a plugin manager like vim-plug if you haven’t already.
  2. Add the following to your init.vim or init.lua:

    call plug#begin('~/.vim/plugged')
    Plug 'plasticboy/vim-markdown'
    call plug#end()
    
  3. Run :PlugInstall in Neovim to install the plugin.

After installation, the plugin should handle bullet point continuation automatically.

Align Aviva and Home set up KDE currently has 7 desktops

  • Desktop 1 - terminal
  • first tmux window html notes
  • Ctrl + b, c
  • Desktop 2 broswer
  • first tab - html notes
  • second tab chatGPT

  • Desktop 5 - email

lua

sgpt


Table of contents


This site uses Just the Docs, a documentation theme for Jekyll.