mirror of
https://github.com/akr2002/nv.git
synced 2024-11-09 10:39:44 +00:00
22 lines
320 B
Nix
22 lines
320 B
Nix
{
|
|
imports = [
|
|
./bufferlines/bufferlines.nix
|
|
|
|
./colorschemes/base16.nix
|
|
./colorschemes/catppuccin.nix
|
|
./colorschemes/rose-pine.nix
|
|
|
|
./completion/cmp.nix
|
|
./completion/lspkind.nix
|
|
|
|
./dap/dap.nix
|
|
|
|
./filetrees/neo-tree.nix
|
|
|
|
./keymaps.nix
|
|
|
|
./sets.nix
|
|
|
|
./ui/nvim-notify.nix
|
|
];
|
|
}
|