aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorjdhao <jdhao@hotmail.com>2023-08-27 23:13:42 +0200
committerjdhao <jdhao@hotmail.com>2023-08-27 23:14:31 +0200
commit1391ca7ff153636476bae6ffbf16aec076e2d191 (patch)
tree9739034aef482a2123514fc049bc91210a4beb5b /README.md
parent6a6f8ff5974447fd452f5d8bf20dd090dfdd8ec9 (diff)
feat: switch from packer.nvim to lazy.nvim
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 1ccc387..3f9c096 100644
--- a/README.md
+++ b/README.md
@@ -57,7 +57,7 @@ and how to set up on different platforms (Linux, macOS, and Windows).
# Features #
-+ Plugin management via [Packer.nvim](https://github.com/wbthomason/packer.nvim).
++ Plugin management via [Lazy.nvim](https://github.com/folke/lazy.nvim).
+ Code, snippet, word auto-completion via [nvim-cmp](https://github.com/hrsh7th/nvim-cmp).
+ Language server protocol (LSP) support via [nvim-lspconfig](https://github.com/neovim/nvim-lspconfig).
+ Git integration via [vim-fugitive](https://github.com/tpope/vim-fugitive).