/neovim-config

🗒️ My Neovim configuration

Primary LanguageLuaMIT LicenseMIT

✨ neovim-config

This is my personal Neovim configuration built around modern plugins using lazy.nvim. Below is a list of the main plugins I use and their purpose.

🔌 Key Plugins

🧁 Additional Features

  • Markdown Preview: markdown-preview.nvim for live Markdown previews.
  • Auto-save: Automatically saves files during certain events.
  • Blankline: Shows indentation levels.
  • Todo Comments: Highlight and manage TODO comments.
  • Neoformat: Code formatting on demand.
  • Mediawiki support: vim-mediawiki for editing Mediawiki files.

🔧 Setup

  1. Clone the repository:

    git clone https://github.com/dybdeskarphet/neovim-config.git ~/.config/nvim
  2. Install the plugins: Open Neovim and run :Lazy to install all the plugins.

  3. Optionally, ensure you have yarn installed for Markdown Preview to work.

📜 License

This configuration is open-source under the MIT license.