feat(nvim): misc updates

This commit is contained in:
Barrett Ruth 2026-03-06 15:44:30 -05:00
parent e72f3c72ee
commit 3f772138f2
Signed by: barrett
GPG key ID: A6C96C9349D2FC81
5 changed files with 33 additions and 51 deletions

View file

@ -36,6 +36,7 @@ return {
event = { 'InsertEnter', 'LspAttach' },
keys = { { '<c-n>', mode = 'i' } },
before = function()
vim.cmd.packadd('lazydev.nvim')
vim.cmd.packadd('blink-cmp-git')
vim.cmd.packadd('blink-cmp-env')
vim.cmd.packadd('blink-cmp-ssh')
@ -103,6 +104,7 @@ return {
},
sources = {
default = {
'lazydev',
'git',
'conventional_commits',
'lsp',
@ -142,6 +144,7 @@ return {
name = 'LazyDev',
module = 'lazydev.integrations.blink',
score_offset = 100,
fallbacks = { 'lsp' },
},
env = {
name = 'Env',