remove redundant file
This commit is contained in:
@@ -1,6 +0,0 @@
|
|||||||
{
|
|
||||||
plugins = {
|
|
||||||
bufferline.enable = true;
|
|
||||||
web-devicons.enable = true;
|
|
||||||
};
|
|
||||||
}
|
|
||||||
@@ -1,7 +1,6 @@
|
|||||||
{ pkgs, opts, ... }: {
|
{ pkgs, opts, ... }: {
|
||||||
# Import all your configuration modules here
|
# Import all your configuration modules here
|
||||||
imports = [
|
imports = [
|
||||||
./bufferline.nix
|
|
||||||
./cmp.nix
|
./cmp.nix
|
||||||
./dap.nix
|
./dap.nix
|
||||||
./lsp.nix
|
./lsp.nix
|
||||||
|
|||||||
@@ -31,6 +31,8 @@
|
|||||||
render-markdown.enable = true;
|
render-markdown.enable = true;
|
||||||
|
|
||||||
web-devicons.enable = true;
|
web-devicons.enable = true;
|
||||||
|
|
||||||
|
bufferline.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user