diff options
Diffstat (limited to 'fnl/layouts/ide.fnl')
-rw-r--r-- | fnl/layouts/ide.fnl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/fnl/layouts/ide.fnl b/fnl/layouts/ide.fnl new file mode 100644 index 0000000..8ba6182 --- /dev/null +++ b/fnl/layouts/ide.fnl @@ -0,0 +1,4 @@ +(fn [] +(vim.cmd "ToggleTerm direction=horizontal") +(vim.cmd "Neotree toggle") +(vim.cmd "Outline")) |