Gitiles
Code Review
Sign In
git.clicks.codes
/
Minion
/
NixFiles
/
1010db9e15abb76b9939776210304d3275cc11ad
/
.
/
modules
/
neovim
/
theme
/
default.nix
blob: a088f9e1205c2742e874966c8f5d5c7e57ac3a66 [
file
] [
log
] [
blame
]
{
pkgs
,
...}:
{
programs
.
neovim
=
{
plugins
=
with
pkgs
.
vimPlugins
;
[
onehalf nvim
-
hlslens pkgs
.
nvim
-
scrollbar
];
extraConfig
=
builtins
.
readFile
./
theme
.
vim
+
''
source $
{./
scrollbar
.
lua
}
''
;
};
}