diff --git a/README.md b/README.md index a3cf21b..9ff9464 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,12 @@ A starter template for [LazyVim](https://github.com/LazyVim/LazyVim). Refer to the [documentation](https://lazyvim.github.io/installation) to get started. +# 📦 Plugins + +## vim-illuminate + +M-p / M-n + # 🛠️ Installation ## TL;DR @@ -21,4 +27,4 @@ Refer to the [documentation](https://lazyvim.github.io/installation) to get star mv ~/.local/share/nvim{,.bak} mv ~/.local/state/nvim{,.bak} mv ~/.cache/nvim{,.bak} - ``` \ No newline at end of file + ``` diff --git a/lua/plugins/editor.lua b/lua/plugins/editor.lua index 0e825a7..fd11e81 100644 --- a/lua/plugins/editor.lua +++ b/lua/plugins/editor.lua @@ -1,4 +1,10 @@ return { + { + "Darazaki/indent-o-matic", + event = "LazyFile", + opts = { max_lines = 100 }, + }, + { "Mr-LLLLL/interestingwords.nvim", config = true,