master Enable a useful option for default configuration

This commit is contained in:
Ihar Katkavets 2024-05-26 22:30:51 +02:00
parent 5aeddfdd5d
commit e6951cdc0f
1 changed files with 3 additions and 0 deletions

View File

@ -154,6 +154,9 @@ vim.opt.cursorline = true
-- Minimal number of screen lines to keep above and below the cursor.
vim.opt.scrolloff = 10
-- Do automatic indent when starting a new line
vim.opt.smartindent = true
-- [[ Basic Keymaps ]]
-- See `:help vim.keymap.set()`