Flatten modules
This commit is contained in:
parent
ab5ae74dda
commit
d1a58fec56
86 changed files with 64 additions and 50 deletions
|
@ -1,27 +0,0 @@
|
|||
{
|
||||
opts = {
|
||||
expandtab = true;
|
||||
exrc = true;
|
||||
foldlevel = 1;
|
||||
foldlevelstart = 99;
|
||||
foldmethod = "indent";
|
||||
inccommand = "split";
|
||||
laststatus = 3;
|
||||
list = true;
|
||||
number = true;
|
||||
relativenumber = true;
|
||||
scrolloff = 5;
|
||||
shiftwidth = 2;
|
||||
signcolumn = "yes:1";
|
||||
smartindent = true;
|
||||
softtabstop = 2;
|
||||
splitbelow = true;
|
||||
splitright = true;
|
||||
swapfile = false;
|
||||
syntax = "on";
|
||||
tabstop = 2;
|
||||
termguicolors = true;
|
||||
updatetime = 1000;
|
||||
wrap = false;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue