kickstart.nvim/lua/plugins/sleuth.lua

8 lines
126 B
Lua

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