8 lines
237 B
Lua
8 lines
237 B
Lua
-- https://github.com/NMAC427/guess-indent.nvim
|
|
return {
|
|
-- Adds a command to automatically detect the indentation settings
|
|
-- Prefer to use .editorconfig for projects and modeline for files
|
|
"NMAC427/guess-indent.nvim",
|
|
opts = {},
|
|
}
|