feat(nvim)!: use nvim autopairs instead of mini
This commit is contained in:
parent
78bad01914
commit
116fc30524
3 changed files with 30 additions and 1 deletions
|
|
@ -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; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue