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
|
# 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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -1,11 +0,0 @@
|
||||||
{ ... }:
|
|
||||||
{
|
|
||||||
programs.nixvim.plugins = {
|
|
||||||
toggleterm = {
|
|
||||||
enable = true;
|
|
||||||
settings = {
|
|
||||||
size = 10;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
}
|
|
Loading…
Add table
Reference in a new issue