From 27bdad73f556e309ef7426d8c2f875088b9772a9 Mon Sep 17 00:00:00 2001 From: amelia squires Date: Mon, 2 Dec 2024 15:00:06 -0600 Subject: lots of stuff + work on settings ui --- fnl/layouts/ide.fnl | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 fnl/layouts/ide.fnl (limited to 'fnl/layouts/ide.fnl') 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")) -- cgit v1.2.3