mirror of
https://github.com/OMGeeky/kickstart.nvim.git
synced 2026-02-23 15:49:53 +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.splitright = true
|
||||||
vim.o.splitbelow = 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.
|
-- Sets how neovim will display certain whitespace characters in the editor.
|
||||||
-- See `:help 'list'`
|
-- See `:help 'list'`
|
||||||
-- and `:help 'listchars'`
|
-- and `:help 'listchars'`
|
||||||
|
|||||||
Reference in New Issue
Block a user