diff options
| author | JackJ30 <jackqjamison@gmail.com> | 2025-06-09 23:28:05 -0400 |
|---|---|---|
| committer | JackJ30 <jackqjamison@gmail.com> | 2025-06-09 23:28:05 -0400 |
| commit | 3b170f87ac163b68ca4c08e4bee1fe7e37c50894 (patch) | |
| tree | 4fe97c09d64dce311629d0c18a973c4df55916c3 /.config/nvim/lua/user/options.lua | |
| parent | 2a869895ac3d7f0f0f580c6705db15a674393181 (diff) | |
zig and pairs
Diffstat (limited to '.config/nvim/lua/user/options.lua')
| -rw-r--r-- | .config/nvim/lua/user/options.lua | 2 |
1 files changed, 2 insertions, 0 deletions
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 = " " } |
