feat(indent): use indent-o-matic

This commit is contained in:
Michel 2023-11-09 11:26:21 +01:00
parent 85541f4de6
commit c2fb521d93
2 changed files with 13 additions and 1 deletions

View File

@ -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}
```
```

View File

@ -1,4 +1,10 @@
return {
{
"Darazaki/indent-o-matic",
event = "LazyFile",
opts = { max_lines = 100 },
},
{
"Mr-LLLLL/interestingwords.nvim",
config = true,