options: set shiftwidth and softtabstop
Co-Authored-by: iGor milhit <igor@milhit.ch>main
parent
b17723a4b5
commit
60c7aacd4e
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