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 = [ imports = [
./alpha ./alpha
./dashboard-nvim ./dashboard-nvim

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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