Show function context at top of editor
This commit is contained in:
parent
8b7305f14b
commit
2be2cae29c
3 changed files with 40 additions and 19 deletions
2
init.lua
2
init.lua
|
|
@ -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()`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue