feat: configure blink.cmp
This commit is contained in:
parent
01a7ce066a
commit
5119403850
6 changed files with 57 additions and 4 deletions
15
lua/plugins/autopairs.lua
Normal file
15
lua/plugins/autopairs.lua
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
return {
|
||||
{
|
||||
'windwp/nvim-autopairs',
|
||||
event = "InsertEnter",
|
||||
config = true,
|
||||
},
|
||||
{
|
||||
'windwp/nvim-ts-autotag',
|
||||
ft = { 'html', 'jsx', 'tsx', 'xml', 'svelte', 'vue' },
|
||||
config = true,
|
||||
},
|
||||
{
|
||||
'RRethy/nvim-treesitter-endwise',
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue