starter/lua/plugins/coding_mine.lua
Ralph Azucena b5cc72bec6 no diff
2025-03-31 23:33:54 -07:00

19 lines
358 B
Lua

return {
-- comment plugin
{
"numToStr/Comment.nvim",
event = "VeryLazy",
opts = {},
},
{
"saghen/blink.cmp",
enabled = true,
opts = {
keymap = {
preset = 'none',
['<C-p>'] = { 'select_prev', 'fallback_to_mappings' },
['<C-n>'] = { 'select_next', 'fallback_to_mappings' },
},
},
},
}