don't want to lose this wip, uploading

This commit is contained in:
Till 2023-05-11 10:55:05 +02:00
parent 198d2001ba
commit 50da3350d6

View file

@ -72,7 +72,6 @@
set splitright set splitright
set tabstop=2 set tabstop=2
set updatetime=300 set updatetime=300
set termguicolors
let g:netrw_liststyle = 3 let g:netrw_liststyle = 3
let g:netrw_fastbrowse = 0 let g:netrw_fastbrowse = 0
@ -108,6 +107,7 @@
{ {
plugin = limelight-vim; plugin = limelight-vim;
config = '' config = ''
set termguicolors
let g:limelight_conceal_ctermfg = 'darkgray' let g:limelight_conceal_ctermfg = 'darkgray'
nnoremap yof :Limelight!!<return> nnoremap yof :Limelight!!<return>
nnoremap [of :Limelight<return> nnoremap [of :Limelight<return>
@ -174,6 +174,7 @@
home.shellAliases = { home.shellAliases = {
ls = "exa"; ls = "exa";
tree = "exa --tree"; tree = "exa --tree";
v = "nvim";
}; };
programs.fish = { programs.fish = {
@ -186,7 +187,7 @@
userEmail = "till@ktiu.net"; userEmail = "till@ktiu.net";
lfs = { lfs = {
enable = true; enable = true;
} };
} };
} }