mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +02:00
14 lines
190 B
Nix
14 lines
190 B
Nix
{
|
|
imports = [
|
|
./colorschemes/gruvbox.nix
|
|
|
|
./statuslines/lightline.nix
|
|
./statuslines/airline.nix
|
|
|
|
./git/gitgutter.nix
|
|
|
|
./languages/treesitter.nix
|
|
|
|
./nvim-lsp
|
|
];
|
|
}
|