Added nixvim as a flake input in flake.nix Added plugin definitions ini home-manager/stvnliu/nixvim/ Added configuration options for easy toggling for editors
8 lines
111 B
Nix
8 lines
111 B
Nix
{
|
|
plugins.toggleterm = {
|
|
enable = true;
|
|
settings = {
|
|
open_mapping = "[[<C-t>]]";
|
|
};
|
|
};
|
|
}
|