Files
dotfiles/config/nvim/lua/plugins/vim-sleuth.lua
2024-10-03 01:51:39 +03:00

4 lines
116 B
Lua

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