@ -154,8 +154,7 @@ vim.opt.cursorline = true
-- Minimal number of screen lines to keep above and below the cursor.
vim.opt.scrolloff = 10
vim.opt.autoindent = true
vim.opt.tabstop = 4
vim.opt.tabstop = 2
-- [[ Basic Keymaps ]]
-- See `:help vim.keymap.set()`