mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2026-04-13 05:31:20 -07:00
master Enable a useful option for default configuration
This commit is contained in:
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()`
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user