Tabstops are now 4
Dummy workflow to run everything once. No further testing. / build (push) Successful in 19s Details

This commit is contained in:
Nina Chloé Kassandra Reiss 2025-02-03 12:06:18 +00:00
parent 4c6593e2e3
commit badf4c4c67
1 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,8 @@ vim.g.mapleader = ","
vim.opt.splitright = true
vim.opt.splitbelow = true
vim.opt.autoread = true
vim.opt.tabstop = 4
vim.opt.shiftwidth = 4
-- pure optics
vim.opt.cursorline = true