diff options
| author | triethyl <triethylammonium@pm.me> | 2025-08-05 20:30:25 -0400 |
|---|---|---|
| committer | triethyl <triethylammonium@pm.me> | 2025-08-05 20:30:25 -0400 |
| commit | 60c7fa3fcb593a5af40963cb44aa9548c530e686 (patch) | |
| tree | 25b13d910e0a2ea17283e0c64ff09aac4417ecc4 /pkgs/custom-neovim/config/lua/plugins/autopairs.lua | |
| parent | d11d840d3e3df66ce3f778d185306a48ab5fdd83 (diff) | |
neovim: added autopairs
Diffstat (limited to 'pkgs/custom-neovim/config/lua/plugins/autopairs.lua')
| -rw-r--r-- | pkgs/custom-neovim/config/lua/plugins/autopairs.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/custom-neovim/config/lua/plugins/autopairs.lua b/pkgs/custom-neovim/config/lua/plugins/autopairs.lua new file mode 100644 index 0000000..4de6add --- /dev/null +++ b/pkgs/custom-neovim/config/lua/plugins/autopairs.lua @@ -0,0 +1 @@ +require("nvim-autopairs").setup() |
