mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 19:30:01 +02:00
nvim/lua/user/plugins: lazy-load more UI and editor plugins
This commit is contained in:
parent
3e73c3349b
commit
f56905441c
4 changed files with 10 additions and 3 deletions
|
|
@ -2,7 +2,7 @@ local icons = require('user.icons')
|
|||
|
||||
return {
|
||||
'saghen/blink.cmp',
|
||||
lazy = false,
|
||||
event = "InsertEnter",
|
||||
version = "1.*",
|
||||
dependencies = {
|
||||
{ "xzbdmw/colorful-menu.nvim" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue