nvim/lua/config/plugins/tpope.lua
2024-12-21 12:38:40 -03:00

9 lines
102 B
Lua

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