master Enable a useful option for default configuration
This commit is contained in:
parent
5aeddfdd5d
commit
e6951cdc0f
1 changed files with 3 additions and 0 deletions
3
init.lua
3
init.lua
|
|
@ -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()`
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue