mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-27 03:08:56 +02:00
update
This commit is contained in:
parent
e6d210c6f7
commit
47a45924b4
6 changed files with 4 additions and 2 deletions
|
@ -220,6 +220,7 @@ return {
|
|||
-- auto pairs
|
||||
{
|
||||
"windwp/nvim-autopairs",
|
||||
commit = "4fc96c8f3df89b6d23e5092d31c866c53a346347",
|
||||
dependencies = "hrsh7th/nvim-cmp",
|
||||
event = "VeryLazy",
|
||||
init = function()
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
return {}
|
||||
-- return {
|
||||
-- -- snippets
|
||||
-- {
|
|
@ -8,7 +8,7 @@ configs.setup({
|
|||
-- "bash",
|
||||
-- "html",
|
||||
-- "c",
|
||||
-- "javascript",
|
||||
"javascript",
|
||||
"json",
|
||||
"lua",
|
||||
-- "python",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue