master Enable a useful option for default configuration
This commit is contained in:
parent
5aeddfdd5d
commit
e6951cdc0f
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.
|
-- Minimal number of screen lines to keep above and below the cursor.
|
||||||
vim.opt.scrolloff = 10
|
vim.opt.scrolloff = 10
|
||||||
|
|
||||||
|
-- Do automatic indent when starting a new line
|
||||||
|
vim.opt.smartindent = true
|
||||||
|
|
||||||
-- [[ Basic Keymaps ]]
|
-- [[ Basic Keymaps ]]
|
||||||
-- See `:help vim.keymap.set()`
|
-- See `:help vim.keymap.set()`
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue