Skip to content

Commit

Permalink
[nvim] add nvim-surround
Browse files Browse the repository at this point in the history
  • Loading branch information
ejiek committed Nov 12, 2023
1 parent 45e08e8 commit d392e14
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions modules/nvim/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,13 @@ in {
nnoremap <leader>fl <cmd>Telescope live_grep<cr>
'';
}
{
plugin = nvim-surround;
type = "lua";
config = ''
require('nvim-surround').setup()
'';
}
{
plugin = nvim-treesitter;
type = "lua";
Expand Down

0 comments on commit d392e14

Please sign in to comment.