feat(indent): use indent-o-matic
This commit is contained in:
parent
85541f4de6
commit
c2fb521d93
@ -3,6 +3,12 @@
|
|||||||
A starter template for [LazyVim](https://github.com/LazyVim/LazyVim).
|
A starter template for [LazyVim](https://github.com/LazyVim/LazyVim).
|
||||||
Refer to the [documentation](https://lazyvim.github.io/installation) to get started.
|
Refer to the [documentation](https://lazyvim.github.io/installation) to get started.
|
||||||
|
|
||||||
|
# 📦 Plugins
|
||||||
|
|
||||||
|
## vim-illuminate
|
||||||
|
|
||||||
|
M-p / M-n
|
||||||
|
|
||||||
# 🛠️ Installation
|
# 🛠️ Installation
|
||||||
|
|
||||||
## TL;DR
|
## TL;DR
|
||||||
|
@ -1,4 +1,10 @@
|
|||||||
return {
|
return {
|
||||||
|
{
|
||||||
|
"Darazaki/indent-o-matic",
|
||||||
|
event = "LazyFile",
|
||||||
|
opts = { max_lines = 100 },
|
||||||
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
"Mr-LLLLL/interestingwords.nvim",
|
"Mr-LLLLL/interestingwords.nvim",
|
||||||
config = true,
|
config = true,
|
||||||
|
Loading…
Reference in New Issue
Block a user