19 lines
277 B
Nix
19 lines
277 B
Nix
{
|
|
# Import all your configuration modules here
|
|
imports = [
|
|
# base config
|
|
./options.nix
|
|
./clipboard.nix
|
|
|
|
# appearence
|
|
./bufferline.nix
|
|
./lualine.nix
|
|
|
|
# language support & lsp
|
|
./lsp.nix
|
|
./nix.nix
|
|
|
|
# autocompletion
|
|
./cmp.nix
|
|
];
|
|
}
|