mirror of
https://github.com/OMGeeky/kickstart.nvim.git
synced 2025-12-26 17:02:27 +01:00
configure tabstop
This commit is contained in:
3
init.lua
3
init.lua
@@ -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'`
|
||||
|
||||
Reference in New Issue
Block a user