dotfiles/lua/plugins/vim-sleuth.lua

8 lines
119 B
Lua
Raw Normal View History

return {
{ -- Detect tabstop and shiftwidth automatically
'tpope/vim-sleuth',
},
}
-- vim: ts=2 sts=2 sw=2 et