Tabstops are now 4
Dummy workflow to run everything once. No further testing. / build (push) Successful in 19s
Details
Dummy workflow to run everything once. No further testing. / build (push) Successful in 19s
Details
This commit is contained in:
parent
4c6593e2e3
commit
badf4c4c67
|
@ -9,6 +9,8 @@ vim.g.mapleader = ","
|
||||||
vim.opt.splitright = true
|
vim.opt.splitright = true
|
||||||
vim.opt.splitbelow = true
|
vim.opt.splitbelow = true
|
||||||
vim.opt.autoread = true
|
vim.opt.autoread = true
|
||||||
|
vim.opt.tabstop = 4
|
||||||
|
vim.opt.shiftwidth = 4
|
||||||
|
|
||||||
-- pure optics
|
-- pure optics
|
||||||
vim.opt.cursorline = true
|
vim.opt.cursorline = true
|
||||||
|
|
Loading…
Reference in New Issue