removed ToggleTerm

This commit is contained in:
willifan 2024-10-27 19:19:17 +01:00
parent 95710759c9
commit 98aec6feb6
3 changed files with 0 additions and 18 deletions

View file

@ -1,13 +1,7 @@
# Settings
add line numbers
change default tab width
KEYBINDS
# Plugins
add cmp
try out nvimtree
add lualine
make ToggleTerm not terrible
add autopairs
indent blankline??
todo comments

View file

@ -14,7 +14,6 @@
./navic.nix
./neotree.nix
./settings.nix
./toggleterm.nix
./treesitter.nix
./whichkey.nix
./yazi.nix

View file

@ -1,11 +0,0 @@
{ ... }:
{
programs.nixvim.plugins = {
toggleterm = {
enable = true;
settings = {
size = 10;
};
};
};
}