5 lines
321 B
Lua
5 lines
321 B
Lua
return {
|
|
-- This plugin automatically adjusts 'shiftwidth' and 'expandtab' heuristically based on the current file, or, in the case the current file is new, blank, or otherwise insufficient, by looking at other files of the same type in the current and parent directories.
|
|
"tpope/vim-sleuth",
|
|
event = "VeryLazy",
|
|
}
|