feat(nvim): added guess-indent extra

This commit is contained in:
Sergio Laín 2023-12-07 01:13:44 +01:00
parent 2cacb0bad4
commit fc2eaa10bb
No known key found for this signature in database
GPG key ID: 14C9B8080681777B

View file

@ -0,0 +1,5 @@
return {
"nmac427/guess-indent.nvim",
event = "LazyFile",
opts = {},
}