diff options
Diffstat (limited to 'modules/home')
| -rw-r--r-- | modules/home/i3wm/nord-blue/nvim.nix | 9 |
1 files changed, 9 insertions, 0 deletions
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 ------------------------------------------------- |
