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 # Plugins
add cmp add cmp
try out nvimtree try out nvimtree
add lualine add lualine
make ToggleTerm not terrible
add autopairs add autopairs
indent blankline?? indent blankline??
todo comments todo comments

View file

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

View file

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