nvim-config/lua/plugins/vim-sleuth.lua
2025-10-17 15:04:25 +09:00

4 lines
80 B
Lua

-- Detect tabstop and shiftwidth automatically
return {
'tpope/vim-sleuth',
}