Note content indented under inline title in editing mode

Just noticed some weird behaviour in desktop obsidian. This does not occur on mobile.

If am in edit mode the entire content of my note is indented further to the right than in view mode.

Quite possibly a settings issue, not necessarily a bug, but I can’t see how to fix this.

moved to help for not following the BR template.

Think this is down to the gutter display in the vim motions plugin.

It is. The solution is to add these lines to the init lua file:

vim.opt.number = false
vim.opt.relativenumber = false
vim.opt.signcolumn = "no"