@ -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()`