Nvim: Added intentation settings
This commit is contained in:
parent
31a250b50a
commit
7f357be296
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