aboutsummaryrefslogtreecommitdiff
path: root/fnl/layouts/ide.fnl
blob: 8ba61822d0fff1ae1eece87aaf244d27ea7e59bf (plain)
1
2
3
4
(fn []
(vim.cmd "ToggleTerm direction=horizontal")
(vim.cmd "Neotree toggle")
(vim.cmd "Outline"))