sort options
This commit is contained in:
parent
137ee0b9d2
commit
e569c02310
1 changed files with 4 additions and 4 deletions
|
@ -27,19 +27,19 @@
|
||||||
clipboard = "unnamedplus";
|
clipboard = "unnamedplus";
|
||||||
expandtab = true;
|
expandtab = true;
|
||||||
laststatus = 2;
|
laststatus = 2;
|
||||||
showmode = false;
|
|
||||||
swapfile = false;
|
|
||||||
number = true;
|
number = true;
|
||||||
relativenumber = true;
|
relativenumber = true;
|
||||||
shiftwidth = 2;
|
shiftwidth = 2;
|
||||||
|
showmode = false;
|
||||||
signcolumn = "yes";
|
signcolumn = "yes";
|
||||||
smartindent = true;
|
smartindent = true;
|
||||||
|
splitbelow = true;
|
||||||
|
splitright = true;
|
||||||
|
swapfile = false;
|
||||||
tabstop = 2;
|
tabstop = 2;
|
||||||
termguicolors = true;
|
termguicolors = true;
|
||||||
updatetime = 100;
|
updatetime = 100;
|
||||||
wrap = true;
|
wrap = true;
|
||||||
splitright = true;
|
|
||||||
splitbelow = true;
|
|
||||||
};
|
};
|
||||||
maps = {
|
maps = {
|
||||||
normal = {
|
normal = {
|
||||||
|
|
Loading…
Reference in a new issue