Files
dotfiles/config/nvim/lua/plugins/vim-sleuth.lua
2025-02-25 11:09:00 +02:00

4 lines
116 B
Lua

-- Detect tabstop and shiftwidth automatically
-- https://github.com/tpope/vim-sleuth
return { 'tpope/vim-sleuth' }