added custom configuration

This commit is contained in:
GuillermoOM 2025-03-21 16:30:30 -07:00
parent 2abcb39fae
commit 19b91ec1c5
9 changed files with 232 additions and 39 deletions

View file

@ -0,0 +1,11 @@
-- For `plugins/markview.lua` users.
return {
'OXY2DEV/markview.nvim',
lazy = false,
-- For blink.cmp's completion
-- source
-- dependencies = {
-- "saghen/blink.cmp"
-- },
}