remove draft i will never finish

This commit is contained in:
CherryKitten 2024-04-20 14:56:03 +02:00
parent 8dccf577c3
commit eff50d0b92
Signed by: sammy
GPG key ID: 98D8F75FB0658276

View file

@ -1,28 +0,0 @@
+++
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](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