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).
|
||||
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}
|
||||
```
|
||||
```
|
||||
|
@ -1,4 +1,10 @@
|
||||
return {
|
||||
{
|
||||
"Darazaki/indent-o-matic",
|
||||
event = "LazyFile",
|
||||
opts = { max_lines = 100 },
|
||||
},
|
||||
|
||||
{
|
||||
"Mr-LLLLL/interestingwords.nvim",
|
||||
config = true,
|
||||
|
Loading…
Reference in New Issue
Block a user