Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Daniel Firth
vim
Commits
d1cc238e
Commit
d1cc238e
authored
4 months ago
by
Daniel Firth
Browse files
Options
Download
Email Patches
Plain Diff
Switch to cyberdream
parent
3fdf7b0b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
14 deletions
+4
-14
config/default.nix
config/default.nix
+4
-14
No files found.
config/default.nix
View file @
d1cc238e
{
pkgs
,
...
}:
{
colorschemes
.
kanagawa
=
{
enable
=
true
;
settings
=
{
theme
=
"dragon"
;
colors
=
{
palette
=
{
sumiInk0
=
"#000000"
;
fujiWhite
=
"#FFFFFF"
;
};
};
};
};
colorschemes
.
cyberdream
.
enable
=
true
;
opts
=
{
clipboard
=
"unnamedplus"
;
expandtab
=
true
;
number
=
true
;
relativenumber
=
true
;
shiftwidth
=
2
;
smartindent
=
true
;
tabstop
=
2
;
number
=
true
;
clipboard
=
"unnamedplus"
;
};
globals
=
{
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment