chore: refactor
This commit is contained in:
parent
344fc0b4f3
commit
16b55e07a1
|
@ -1,17 +1,18 @@
|
||||||
{...}: {
|
{...}: {
|
||||||
config.opts = {
|
config.opts = {
|
||||||
# General
|
# General
|
||||||
number = true; # Display line numbers.
|
number = true;
|
||||||
relativenumber = true; # Enable relative line numbers
|
relativenumber = true;
|
||||||
showmode = false; # Do not show the mode we're editing in.
|
showmode = false;
|
||||||
swapfile = false; # Disable vim swapfile.
|
swapfile = false;
|
||||||
clipboard = "unnamedplus"; # Use the clipboard for all operations.
|
clipboard = "unnamedplus";
|
||||||
conceallevel = 1; # Show concealed characters (like markdown).
|
conceallevel = 1;
|
||||||
|
updatetime=100;
|
||||||
|
|
||||||
# Tabs & Spaces
|
# Tabs & Spaces
|
||||||
tabstop = 2; # Set the width of a tab character.
|
tabstop = 2;
|
||||||
softtabstop = 2; # Set the number of columns for a tab.
|
softtabstop = 2;
|
||||||
shiftwidth = 2; # Set the number of spaces for each step of (auto)indent.
|
shiftwidth = 2;
|
||||||
expandtab = true; # Convert tabs to spaces.
|
expandtab = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue