Nvim: Added intentation settings
This commit is contained in:
parent
ebed5b1f99
commit
09bdc5b94b
1 changed files with 5 additions and 0 deletions
|
@ -34,3 +34,8 @@ o.smartcase = true
|
||||||
|
|
||||||
-- Set leader
|
-- Set leader
|
||||||
g.mapleader = " "
|
g.mapleader = " "
|
||||||
|
|
||||||
|
-- Indentation settings
|
||||||
|
o.tabstop = 4
|
||||||
|
o.shiftwidth = 4
|
||||||
|
o.smartindent = true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue