6 lines
119 B
Lua
6 lines
119 B
Lua
-- Detect tabstop and shiftwidth automatically
|
|
-- https://github.com/tpope/vim-sleuth
|
|
return {
|
|
'tpope/vim-sleuth',
|
|
}
|