remove redundant file

This commit is contained in:
2025-03-18 12:11:59 -05:00
parent 86428c0a28
commit 71bf667d83
3 changed files with 2 additions and 7 deletions

View File

@@ -1,6 +0,0 @@
{
plugins = {
bufferline.enable = true;
web-devicons.enable = true;
};
}

View File

@@ -1,7 +1,6 @@
{ pkgs, opts, ... }: {
# Import all your configuration modules here
imports = [
./bufferline.nix
./cmp.nix
./dap.nix
./lsp.nix

View File

@@ -31,6 +31,8 @@
render-markdown.enable = true;
web-devicons.enable = true;
bufferline.enable = true;
};
}