From aa332432321a902514d61c3ca30e7d9e6396e95e Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Wed, 29 Apr 2026 09:19:36 +0200 Subject: ide: support nesting in neovim --- .nvim.lua | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to '.nvim.lua') diff --git a/.nvim.lua b/.nvim.lua index ad007bb..c9a3e0a 100644 --- a/.nvim.lua +++ b/.nvim.lua @@ -35,6 +35,15 @@ vim.filetype.add({ } }) +require("neo-tree").setup({ + nesting_rules = { + ['*.hpp'] = { + pattern = "(.*).hpp", + files = { "%1.cpp" } + } + } +}) + -- Debugging local dap = require("dap") local qemu_job_id = nil -- cgit v1.2.3