From 833a9a266fa7bd065f3e0e0056a86b81f933bd36 Mon Sep 17 00:00:00 2001 From: Natasha Moongrave Date: Fri, 6 Mar 2026 17:47:28 +0100 Subject: added comment toggling and bracket completion in the nvim config --- modules/home/i3wm/nord-blue/nvim.nix | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'modules/home') diff --git a/modules/home/i3wm/nord-blue/nvim.nix b/modules/home/i3wm/nord-blue/nvim.nix index 71a548e..7c171d4 100644 --- a/modules/home/i3wm/nord-blue/nvim.nix +++ b/modules/home/i3wm/nord-blue/nvim.nix @@ -63,9 +63,11 @@ cmp_luasnip luasnip friendly-snippets + nvim-autopairs # Formatting conform-nvim + comment-nvim # Navigation telescope-nvim @@ -155,6 +157,10 @@ }, }) + + -- BRACKET PAIRS + require("nvim-autopairs").setup({}) + ------------------------------------------------- -- LSP ------------------------------------------------- @@ -195,6 +201,9 @@ }, }) + -- COMMENT TOGGLING + require("Comment").setup() + ------------------------------------------------- -- TELESCOPE ------------------------------------------------- -- cgit v1.2.3