Skip to content

Commit

Permalink
Update flake.lock and convert web-devicons to proper plugin definition
Browse files Browse the repository at this point in the history
  • Loading branch information
DoctorDalek1963 committed Sep 28, 2024
1 parent a48c806 commit 54e8ad7
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 35 deletions.
66 changes: 33 additions & 33 deletions flake.lock

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

2 changes: 0 additions & 2 deletions modules/core.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@
plugins = true;
};

extraPlugins = [pkgs.vimPlugins.nvim-web-devicons];

colorschemes.catppuccin = {
enable = true;
settings = {
Expand Down
3 changes: 3 additions & 0 deletions modules/plugins/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ in {
config = lib.mkMerge [
(lib.mkIf cfg.base {
plugins = {
# Nice icons for programming stuff
web-devicons.enable = true;

# Show indentation levels
indent-blankline = {
enable = true;
Expand Down

0 comments on commit 54e8ad7

Please sign in to comment.