don't want to lose this wip, uploading
This commit is contained in:
parent
198d2001ba
commit
50da3350d6
1 changed files with 5 additions and 4 deletions
|
|
@ -72,7 +72,6 @@
|
|||
set splitright
|
||||
set tabstop=2
|
||||
set updatetime=300
|
||||
set termguicolors
|
||||
|
||||
let g:netrw_liststyle = 3
|
||||
let g:netrw_fastbrowse = 0
|
||||
|
|
@ -108,6 +107,7 @@
|
|||
{
|
||||
plugin = limelight-vim;
|
||||
config = ''
|
||||
set termguicolors
|
||||
let g:limelight_conceal_ctermfg = 'darkgray'
|
||||
nnoremap yof :Limelight!!<return>
|
||||
nnoremap [of :Limelight<return>
|
||||
|
|
@ -174,6 +174,7 @@
|
|||
home.shellAliases = {
|
||||
ls = "exa";
|
||||
tree = "exa --tree";
|
||||
v = "nvim";
|
||||
};
|
||||
|
||||
programs.fish = {
|
||||
|
|
@ -186,7 +187,7 @@
|
|||
userEmail = "till@ktiu.net";
|
||||
lfs = {
|
||||
enable = true;
|
||||
}
|
||||
}
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue