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";
|
||||
expandtab = true;
|
||||
laststatus = 2;
|
||||
showmode = false;
|
||||
swapfile = false;
|
||||
number = true;
|
||||
relativenumber = true;
|
||||
shiftwidth = 2;
|
||||
showmode = false;
|
||||
signcolumn = "yes";
|
||||
smartindent = true;
|
||||
splitbelow = true;
|
||||
splitright = true;
|
||||
swapfile = false;
|
||||
tabstop = 2;
|
||||
termguicolors = true;
|
||||
updatetime = 100;
|
||||
wrap = true;
|
||||
splitright = true;
|
||||
splitbelow = true;
|
||||
};
|
||||
maps = {
|
||||
normal = {
|
||||
|
|
Loading…
Reference in a new issue