astro-nvim-v3 - config tab

This commit is contained in:
huyjaky
2024-07-26 14:29:26 +07:00
parent ecf71ab4c5
commit 814a789a01
2 changed files with 14 additions and 14 deletions

View File

@@ -17,9 +17,9 @@ return {
mousemoveevent = true, -- enable mousemove event
laststatus = 3, -- only show one statusline
swapfile = false, -- don't use swapfile
shiftwidth = 4, -- number of space inserted for indentation; when zero the 'tabstop' value will be used
shiftwidth = 2, -- number of space inserted for indentation; when zero the 'tabstop' value will be used
tabstop = 2, -- set the number of space in a tab to 4
softtabstop = 4, -- can be differnt from tabstop
softtabstop = 2, -- can be differnt from tabstop
showtabline = 2, -- always show tabline
expandtab = true, -- use spaces instead of tab
undofile = true, -- enable persistent undo