tpope.lua 102 B

123456789
  1. local M = {
  2. "tpope/vim-sleuth",
  3. }
  4. M.config = function()
  5. vim.g.sleuth_automatic = 1
  6. end
  7. return M