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 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;