kickstart.nvim/lua/kickstart/plugins/vim-seluth.lua

6 lines
124 B
Lua

return {
-- Detect tabstop and shiftwidth automatically
'tpope/vim-sleuth',
event = { 'BufReadPre', 'BufNewFile' },
}