style: formatting

This commit is contained in:
NotAShelf 2023-03-31 18:47:17 +03:00
parent 67bb5f17bd
commit e74578b84c
No known key found for this signature in database
GPG key ID: F0D14CCB5ED5AA22
11 changed files with 43 additions and 65 deletions

View file

@ -1,6 +1,4 @@
{
...
}: {
{...}: {
imports = [
./alpha
./dashboard-nvim

View file

@ -1,6 +1,4 @@
{
...
}: {
{...}: {
imports = [
./config.nix
./git.nix

View file

@ -21,7 +21,6 @@ in {
config =
mkIf cfg.enable
(
{
vim.startPlugins =
if (cfg.gitsigns.enable)
@ -58,6 +57,5 @@ in {
},
}
'');
}
);
};
}

View file

@ -1,6 +1,4 @@
{
...
}: {
{...}: {
imports = [
# nvim lsp support
./config.nix

View file

@ -1,6 +1,4 @@
{
...
}: {
{...}: {
imports = [
./glow
./config.nix

View file

@ -1,6 +1,4 @@
{
...
}: {
{...}: {
imports = [
./minimap-vim
./codewindow

View file

@ -1,6 +1,4 @@
{
...
}: {
{...}: {
imports = [
./lualine
];

View file

@ -1,6 +1,4 @@
{
...
}: {
{...}: {
imports = [
./theme.nix
./config.nix

View file

@ -1,6 +1,4 @@
{
...
}: {
{...}: {
imports = [
./tidal.nix
./config.nix

View file

@ -1,6 +1,4 @@
{
...
}: {
{...}: {
imports = [
./treesitter.nix
./context.nix

View file

@ -1,6 +1,4 @@
{
...
}: {
{...}: {
imports = [
./config.nix
./visuals.nix