feat: nvim-surround

This commit is contained in:
NotAShelf 2023-06-07 14:28:27 +03:00
commit 2e40253457
No known key found for this signature in database
GPG key ID: F0D14CCB5ED5AA22
8 changed files with 58 additions and 1 deletions

View file

@ -419,6 +419,11 @@
flake = false;
};
nvim-surround = {
url = "github:kylechui/nvim-surround";
flake = false;
};
# Note-taking
obsidian-nvim = {
url = "github:epwalsh/obsidian.nvim";