nixvim(toggleterm): install toggleterm
This commit is contained in:
parent
60ebf4fb6d
commit
25278613ee
2 changed files with 9 additions and 0 deletions
|
|
@ -9,6 +9,7 @@
|
||||||
./bufferline.nix
|
./bufferline.nix
|
||||||
./lualine.nix
|
./lualine.nix
|
||||||
./which-key.nix
|
./which-key.nix
|
||||||
|
./toggleterm.nix
|
||||||
|
|
||||||
# file and search utilities
|
# file and search utilities
|
||||||
./telescope.nix
|
./telescope.nix
|
||||||
|
|
|
||||||
8
home-manager/nixvim/config/toggleterm.nix
Normal file
8
home-manager/nixvim/config/toggleterm.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
{
|
||||||
|
plugins.toggleterm = {
|
||||||
|
enable = true;
|
||||||
|
settings = {
|
||||||
|
open_mapping = "[[<leader>tt]]";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue