Logo
Explore Help
Sign In
laentropia/nvim-config
1
0
Fork 0
You've already forked nvim-config
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
f27810d1bd48d7b4cfb319a9ff290f5b09200a78
nvim-config/lua/kickstart/plugins/autopairs.lua

11 lines
170 B
Lua
Raw Normal View History

Move plugin examples from README to optional plugin files (#831) * Move autopairs example from README to an optional plugin * Move neo-tree example from README to an optional plugin
2024-04-17 21:25:54 +02:00
-- autopairs
-- https://github.com/windwp/nvim-autopairs
Add type hints to plugin options where possible This could help beginners to get autocompletion, catch mistakes earlier, and allow them to skip the docs for simple configs. This is not perfect because a lot of the plugins type all of their keys as required, even though they have defaults, but this is good enough.
2025-04-26 14:35:04 +03:00
---@module 'lazy'
---@type LazySpec
Move plugin examples from README to optional plugin files (#831) * Move autopairs example from README to an optional plugin * Move neo-tree example from README to an optional plugin
2024-04-17 21:25:54 +02:00
return {
'windwp/nvim-autopairs',
event = 'InsertEnter',
feat: switch nvim-cmp for blink.cmp (#1426)
2025-04-09 17:25:57 -04:00
opts = {},
Move plugin examples from README to optional plugin files (#831) * Move autopairs example from README to an optional plugin * Move neo-tree example from README to an optional plugin
2024-04-17 21:25:54 +02:00
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.5 Page: 26ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API