nvim surround

master
Rachel Lambda Samuelsson 2023-11-11 22:31:07 +01:00
parent 93d8144c50
commit f536566a01
1 changed files with 3 additions and 2 deletions

View File

@ -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