cherrykitten.dev/content/blog/neovim_config.md
2024-03-09 12:05:15 +01:00

643 B

+++ title = "How I use neovim as a fully fledged IDE" date = 2035-01-01 draft = true [taxonomies] tags = ["tech", "command-line", "linux", "vim", "neovim", "programming"] +++

Choosing a Plugin manager:

The manual way

Packer

  • Works with both vim and neovim

vim-plug

  • Simple
  • Easy to set up
  • Intuitive syntax

Lazy-nvim

  • More complex
  • Automatically installs plugins
  • Allows lazy-loading of plugins
  • Gives you lots of control over the plugin configuration