From f6ba16af4b496547d9ce7042bbacc68b7ff687da Mon Sep 17 00:00:00 2001 From: Benjamin Wolff Date: Thu, 3 Jul 2025 22:44:48 +0300 Subject: [PATCH] prefer cpp over c in hpp --- lua/ouroboros/config.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/ouroboros/config.lua b/lua/ouroboros/config.lua index c1232cb..5d3cdf9 100644 --- a/lua/ouroboros/config.lua +++ b/lua/ouroboros/config.lua @@ -4,7 +4,7 @@ local config = { c = {h = 2, hpp = 1}, h = {c = 2, cpp = 1}, cpp = {hpp = 2, h = 1}, - hpp = {cpp = 1, c = 2}, + hpp = {cpp = 2, c = 1}, }, -- if this is true and the matching file is already open in a pane, we'll -- switch to that pane instead of opening it in the current buffer