starter/lua/plugins/coding_mine.lua
2025-03-31 22:52:24 -07:00

19 lines
334 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' },
['<C-n>'] = { 'select_next', 'fallback' },
},
},
},
}