options: set shiftwidth and softtabstop
Co-Authored-by: iGor milhit <igor@milhit.ch>
parent
3930bda0c1
commit
d15338beb4
3
init.lua
3
init.lua
|
@ -231,6 +231,9 @@ vim.o.mouse = 'a'
|
||||||
-- See `:help 'clipboard'`
|
-- See `:help 'clipboard'`
|
||||||
vim.o.clipboard = 'unnamedplus'
|
vim.o.clipboard = 'unnamedplus'
|
||||||
|
|
||||||
|
-- Indent
|
||||||
|
vim.o.shiftwidth = 4
|
||||||
|
vim.o.softtabstop = 4
|
||||||
-- Enable break indent
|
-- Enable break indent
|
||||||
vim.o.breakindent = true
|
vim.o.breakindent = true
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue