removed ToggleTerm
This commit is contained in:
parent
95710759c9
commit
98aec6feb6
3 changed files with 0 additions and 18 deletions
|
@ -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
|
||||
|
|
|
@ -14,7 +14,6 @@
|
|||
./navic.nix
|
||||
./neotree.nix
|
||||
./settings.nix
|
||||
./toggleterm.nix
|
||||
./treesitter.nix
|
||||
./whichkey.nix
|
||||
./yazi.nix
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
{ ... }:
|
||||
{
|
||||
programs.nixvim.plugins = {
|
||||
toggleterm = {
|
||||
enable = true;
|
||||
settings = {
|
||||
size = 10;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Reference in a new issue