9 lines
209 B
Lua
9 lines
209 B
Lua
return {
|
|
{ -- Detect tabstop and shiftwidth automatically
|
|
-- Run `:verbose Sleuth` to have the plugin display the reason it set options to what
|
|
'tpope/vim-sleuth',
|
|
},
|
|
}
|
|
|
|
-- vim: ts=2 sts=2 sw=2 et
|