aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2023-12-02 11:56:53 +0900
committernsfisis <nsfisis@gmail.com>2024-01-06 21:30:24 +0900
commitb2e3489dca73960777dbb389916c9bec8e7bd12f (patch)
tree8b2d5cbe53aab9d3d8a919d6b9ff7666cad71c71
parent2b2100b1c16015f5a7be22d6d58540caf765ae7c (diff)
downloaddotfiles-b2e3489dca73960777dbb389916c9bec8e7bd12f.tar.gz
dotfiles-b2e3489dca73960777dbb389916c9bec8e7bd12f.tar.zst
dotfiles-b2e3489dca73960777dbb389916c9bec8e7bd12f.zip
nvim: autoindent
-rw-r--r--.config/nvim/lua/init/01-options.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/nvim/lua/init/01-options.lua b/.config/nvim/lua/init/01-options.lua
index c229251..d94d951 100644
--- a/.config/nvim/lua/init/01-options.lua
+++ b/.config/nvim/lua/init/01-options.lua
@@ -98,6 +98,7 @@ O.tabstop = 4
O.shiftwidth = 4
O.softtabstop = 4
O.expandtab = true
+O.autoindent = true
O.smartindent = true
O.copyindent = true
O.preserveindent = true