configure tabstop

This commit is contained in:
OMGeeky
2025-08-05 21:58:03 +02:00
parent 36afe29564
commit 249d3ea04e

View File

@@ -141,6 +141,9 @@ vim.o.timeoutlen = 300
vim.o.splitright = true
vim.o.splitbelow = true
-- Configure how big tabs are supposed to be
vim.o.tabstop = 4
-- Sets how neovim will display certain whitespace characters in the editor.
-- See `:help 'list'`
-- and `:help 'listchars'`