diff --git a/init.lua b/init.lua index f165b80c..a8999713 100644 --- a/init.lua +++ b/init.lua @@ -157,6 +157,11 @@ vim.opt.cursorline = true -- Minimal number of screen lines to keep above and below the cursor. -- vim.opt.scrolloff = 10 +-- Tab settings +vim.bo.expandtab = true +vimm.bo.tabstop = 4 +vim.bo.shiftwidth = 4 + -- [[ Basic Keymaps ]] -- See `:help vim.keymap.set()`