aboutsummaryrefslogtreecommitdiff
path: root/modules/home/i3wm/nord-blue/nvim.nix
diff options
context:
space:
mode:
authorNatasha Moongrave <natasha@256phi.eu>2026-03-04 17:26:25 +0100
committerNatasha Moongrave <natasha@256phi.eu>2026-03-04 17:26:25 +0100
commitac6b3f6ec3ee5696b892aa8814d482cf72777899 (patch)
tree3c2c883d22dae73be4017a9836ba04ed7a628e6d /modules/home/i3wm/nord-blue/nvim.nix
parent501dfbeef474628b4604d7ba0f344366f675efb8 (diff)
fixed toggleterm to be correct package name (toggleterm-nvim)
Diffstat (limited to 'modules/home/i3wm/nord-blue/nvim.nix')
-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";