show eol and white space characters

This commit is contained in:
Adithya 2023-08-20 12:19:51 +05:30
parent e569c02310
commit a3e0d85b8f
Signed by: adtya
GPG key ID: 48FC9915FFD326D0

View file

@ -18,6 +18,10 @@
fd
ripgrep
];
extraConfigLuaPre = ''
vim.opt.listchars:append "space:"
vim.opt.listchars:append "eol:"
'';
globals = {
gitblame_date_format = "%r";
};
@ -27,6 +31,7 @@
clipboard = "unnamedplus";
expandtab = true;
laststatus = 2;
list = true;
number = true;
relativenumber = true;
shiftwidth = 2;