cherrykitten.dev/content/blog/neovim_config.md

29 lines
643 B
Markdown
Raw Normal View History

2023-11-24 13:31:28 +00:00
+++
title = "How I use neovim as a fully fledged IDE"
date = 2035-01-01
2024-03-09 11:05:15 +00:00
draft = true
2023-11-24 13:31:28 +00:00
[taxonomies]
tags = ["tech", "command-line", "linux", "vim", "neovim", "programming"]
+++
Choosing a Plugin manager:
[The manual way](https://neovim.io/doc/user/repeat.html#packages)
[Packer](https://github.com/wbthomason/packer.nvim)
- Works with both vim and neovim
[vim-plug](https://github.com/junegunn/vim-plug)
- Simple
- Easy to set up
- Intuitive syntax
[Lazy-nvim](https://github.com/folke/lazy.nvim)
- More complex
- Automatically installs plugins
- Allows lazy-loading of plugins
- Gives you lots of control over the plugin configuration