From 3b170f87ac163b68ca4c08e4bee1fe7e37c50894 Mon Sep 17 00:00:00 2001 From: JackJ30 Date: Mon, 9 Jun 2025 23:28:05 -0400 Subject: zig and pairs --- .config/nvim/lua/user/options.lua | 2 ++ 1 file changed, 2 insertions(+) (limited to '.config/nvim/lua/user/options.lua') diff --git a/.config/nvim/lua/user/options.lua b/.config/nvim/lua/user/options.lua index 95dd3ff..2010277 100644 --- a/.config/nvim/lua/user/options.lua +++ b/.config/nvim/lua/user/options.lua @@ -2,6 +2,8 @@ vim.opt.tabstop = 4 vim.opt.shiftwidth = 0 vim.opt.expandtab = false +vim.opt.autoindent = true +vim.opt.smartindent = true -- display cursor at front of tabs vim.opt.list = true vim.opt.listchars = { tab = " " } -- cgit v1.2.3