Clean up init.lua, remove unused plugins, switch to blink.cmp

This commit is contained in:
2025-06-03 17:32:56 -07:00
parent b639f69a3b
commit 619c164096
8 changed files with 95 additions and 160 deletions

View File

@@ -1,6 +1,4 @@
return {
'chomosuke/typst-preview.nvim',
lazy = false, -- or ft = 'typst'
version = '1.*',
opts = {}, -- lazy.nvim will implicitly calls `setup {}`
}