sensible tabs
This commit is contained in:
parent
ece9feda38
commit
a48da18fd6
1 changed files with 4 additions and 0 deletions
|
|
@ -32,6 +32,10 @@ vim.o.showmode = false
|
|||
-- vim.o.clipboard = 'unnamedplus'
|
||||
-- end)
|
||||
|
||||
vim.o.tabstop = 4;
|
||||
vim.o.shiftwidth = 4;
|
||||
vim.o.expandtab = true;
|
||||
|
||||
-- Enable break indent
|
||||
vim.o.breakindent = true
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue