Show function context at top of editor

This commit is contained in:
Fabian Missbrenner 2025-03-06 10:47:16 +01:00
parent 8b7305f14b
commit 2be2cae29c
3 changed files with 40 additions and 19 deletions

View file

@ -154,7 +154,7 @@ vim.opt.inccommand = 'split'
vim.opt.cursorline = true
-- Minimal number of screen lines to keep above and below the cursor.
vim.opt.scrolloff = 10
-- vim.opt.scrolloff = 10
-- [[ Basic Keymaps ]]
-- See `:help vim.keymap.set()`