From 31e4700c23e716e4029d200efcaa868c8c4cab90 Mon Sep 17 00:00:00 2001
From: Oliver Davies <oliver@oliverdavies.dev>
Date: Sun, 17 Nov 2024 12:08:04 +0000
Subject: [PATCH] Open splits below and right

---
 config/neovim/lua/opdavies/options.lua | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/config/neovim/lua/opdavies/options.lua b/config/neovim/lua/opdavies/options.lua
index b1665d5d..751020d2 100644
--- a/config/neovim/lua/opdavies/options.lua
+++ b/config/neovim/lua/opdavies/options.lua
@@ -28,6 +28,8 @@ local settings = {
   smartindent = true,
   softtabstop = 2,
   spellfile = "/home/opdavies/Code/dotfiles.nix/config/neovim/spell/en.utf-8.add",
+  splitbelow = true,
+  splitright = true,
   swapfile = false,
   syntax = "on",
   tabstop = 2,