style: formatting

This commit is contained in:
NotAShelf 2023-02-02 00:01:35 +03:00
parent 9134152221
commit bd0dc6093c
No known key found for this signature in database
GPG Key ID: 5B5C8895F28445F1
3 changed files with 13 additions and 6 deletions

View File

@ -1,6 +1,6 @@
{lib}:
with lib; let
# Plugin must be same as input name
# Plugin must be same as input name from flake.nix
availablePlugins = [
"nvim-treesitter-context"
"gitsigns-nvim"
@ -40,6 +40,7 @@ with lib; let
"rust-tools"
"onedark"
"catppuccin"
"minimap-vim"
];
pluginsType = with types; listOf (nullOr (either (enum availablePlugins) package));

View File

@ -1,4 +1,9 @@
{ pkgs, config, lib, ... }:
{
pkgs,
config,
lib,
...
}:
with lib; {
config = {
vim.theme = {

View File

@ -1,7 +1,8 @@
{ pkgs
, config
, lib
, ...
{
pkgs,
config,
lib,
...
}:
with lib; {
config = {