From f536566a01ef215386131a5baef1a25e744cf069 Mon Sep 17 00:00:00 2001 From: Rachel Lambda Samuelsson Date: Sat, 11 Nov 2023 22:31:07 +0100 Subject: [PATCH] nvim surround --- home/rachel.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/home/rachel.nix b/home/rachel.nix index fe507ec..ea84da5 100644 --- a/home/rachel.nix +++ b/home/rachel.nix @@ -149,8 +149,9 @@ in enable = true; vimAlias = true; extraLuaConfig = '' - require("tmux").setup({ copy_sync = { redirect_to_clipboard = true } }); + require('tmux').setup({ copy_sync = { redirect_to_clipboard = true } }); require('Comment').setup() + require('nvim-surround').setup() local lspcfg = require('lspconfig') lspcfg.typst_lsp.setup({ cmd = { '${pkgs.typst-lsp}/bin/typst-lsp' }, @@ -224,7 +225,7 @@ in endfunction ''; plugins = with pkgs.vimPlugins; [ - surround-nvim + nvim-surround comment-nvim vimtex gruvbox-nvim