Skip to content

dybdeskarphet/neovim-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

1 Commit
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

✨ 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.

Releases

No releases published

Packages

No packages published

Languages