feat(nvim)!: use nvim autopairs instead of mini

This commit is contained in:
Moritz Böhme 2023-09-07 08:39:43 +02:00
parent 78bad01914
commit 116fc30524
No known key found for this signature in database
GPG key ID: 970C6E89EB0547A9
3 changed files with 30 additions and 1 deletions

View file

@ -79,6 +79,12 @@ with builtins;
conf = readFile ./nvim-cmp.lua;
event = [ "InsertEnter" ];
dependencies = [
{
plugin = nvim-autopairs;
conf = /* lua */ ''
require("nvim-autopairs").setup({})
'';
}
{ plugin = cmp-async-path; }
{ plugin = cmp-buffer; }
{ plugin = cmp-cmdline; }