mirror of
https://github.com/marianozunino/nvim.git
synced 2025-06-28 10:33:49 -03:00
9 lines
102 B
Lua
9 lines
102 B
Lua
local M = {
|
|
"tpope/vim-sleuth",
|
|
}
|
|
|
|
M.config = function()
|
|
vim.g.sleuth_automatic = 1
|
|
end
|
|
|
|
return M
|