11 lines
118 B
Nix
11 lines
118 B
Nix
{
|
|
imports = [
|
|
./config.nix
|
|
./telescope.nix
|
|
./bufferline.nix
|
|
./treesitter.nix
|
|
./lsp.nix
|
|
./cmp.nix
|
|
];
|
|
}
|