2024-09-01 16:38:18 -04:00
|
|
|
return {
|
|
|
|
{ -- Detect tabstop and shiftwidth automatically
|
2025-02-07 12:50:36 -05:00
|
|
|
-- Run `:verbose Sleuth` to have the plugin display the reason it set options to what
|
2024-09-01 16:38:18 -04:00
|
|
|
'tpope/vim-sleuth',
|
|
|
|
},
|
|
|
|
}
|
|
|
|
|
|
|
|
-- vim: ts=2 sts=2 sw=2 et
|