Skip to content

Commit

Permalink
chore: remove dashboard-nvim
Browse files Browse the repository at this point in the history
  • Loading branch information
cfcosta committed Sep 29, 2024
1 parent 84188b6 commit be2436b
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 64 deletions.
17 changes: 0 additions & 17 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 0 additions & 4 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,6 @@
url = "github:stevearc/conform.nvim";
flake = false;
};
dashboard = {
url = "github:nvimdev/dashboard-nvim";
flake = false;
};
diffview = {
url = "github:sindrets/diffview.nvim";
flake = false;
Expand Down
26 changes: 0 additions & 26 deletions plugins/dashboard/configuration.lua

This file was deleted.

13 changes: 0 additions & 13 deletions plugins/dashboard/default.nix

This file was deleted.

1 change: 0 additions & 1 deletion plugins/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ symlinkJoin rec {
(importPlugin ./catppuccin)
(importPlugin ./cmp)
(importPlugin ./conform)
(importPlugin ./dashboard)
(importPlugin ./grug-far)
(importPlugin ./indent-blankline)
(importPlugin ./lspconfig)
Expand Down
3 changes: 0 additions & 3 deletions plugins/indent-blankline/configuration.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,4 @@ require("ibl").setup({
whitespace = {
remove_blankline_trail = false,
},
exclude = {
filetypes = { "dashboard" },
},
})

0 comments on commit be2436b

Please sign in to comment.