nvim/lua/plugins/tpope.lua

9 lines
102 B
Lua

local M = {
"tpope/vim-sleuth",
}
M.config = function()
vim.g.sleuth_automatic = 1
end
return M