This commit is contained in:
2026-04-11 10:05:15 +02:00
parent 2a102a0ee1
commit 4488f8549a
7 changed files with 95 additions and 24 deletions

View File

@ -5,7 +5,7 @@ vim.g.maplocalleader = "\\"
vim.opt.shortmess:append("c")
-- Sets the height of the command line area at the bottom
vim.opt.cmdheight = 2
vim.opt.cmdheight = 1
-- Displays the line number for the current line
vim.opt.number = true