show eol and white space characters
This commit is contained in:
parent
e569c02310
commit
a3e0d85b8f
1 changed files with 5 additions and 0 deletions
|
@ -18,6 +18,10 @@
|
||||||
fd
|
fd
|
||||||
ripgrep
|
ripgrep
|
||||||
];
|
];
|
||||||
|
extraConfigLuaPre = ''
|
||||||
|
vim.opt.listchars:append "space:⋅"
|
||||||
|
vim.opt.listchars:append "eol:↴"
|
||||||
|
'';
|
||||||
globals = {
|
globals = {
|
||||||
gitblame_date_format = "%r";
|
gitblame_date_format = "%r";
|
||||||
};
|
};
|
||||||
|
@ -27,6 +31,7 @@
|
||||||
clipboard = "unnamedplus";
|
clipboard = "unnamedplus";
|
||||||
expandtab = true;
|
expandtab = true;
|
||||||
laststatus = 2;
|
laststatus = 2;
|
||||||
|
list = true;
|
||||||
number = true;
|
number = true;
|
||||||
relativenumber = true;
|
relativenumber = true;
|
||||||
shiftwidth = 2;
|
shiftwidth = 2;
|
||||||
|
|
Loading…
Reference in a new issue