nvim-config/lua/plugins/sleuth.lua
2024-08-01 15:38:10 +01:00

7 lines
126 B
Lua

return {
'tpope/vim-sleuth',
config = function()
-- Your configuration for vim-sleuth goes here
end,
opts = {},
}