summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/home/i3wm/nord-blue/nvim.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/home/i3wm/nord-blue/nvim.nix b/modules/home/i3wm/nord-blue/nvim.nix
index 35d0430..7ddd273 100644
--- a/modules/home/i3wm/nord-blue/nvim.nix
+++ b/modules/home/i3wm/nord-blue/nvim.nix
@@ -23,7 +23,7 @@
nvim-tree-lua # Tree file browser
nvim-web-devicons # Icons
orgmode # Obsidian.md stuff for neovim
- toggleterm # Togglable terminal in Neovim
+ toggleterm-nvim # Togglable terminal in Neovim
{
plugin = vim-startify; # Add the plugin and its coresponding config
config = "let g:startify_change_to_vcs_root = 0";