mirror of
https://github.com/youwen5/neovim-flake.git
synced 2024-11-24 19:03:49 -08:00
feat: add settings to avoid life being ruined
This commit is contained in:
parent
c074ca3615
commit
cd670638d1
1 changed files with 3 additions and 0 deletions
|
@ -6,5 +6,8 @@
|
|||
laststatus = 3;
|
||||
relativenumber = true;
|
||||
number = true;
|
||||
shiftwidth = 2;
|
||||
tabstop = 4;
|
||||
foldlevel = 9;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue