Update to use LazyVim default plugins

Remove NatDat
Update README to include fzf
This commit is contained in:
Emma Turner
2024-12-18 11:11:36 -07:00
parent 2ef4d3cd6a
commit ae6dcffa27
5 changed files with 6 additions and 19 deletions

View File

@@ -1,15 +0,0 @@
return {
{
"hrsh7th/nvim-cmp",
dependencies = {
"Gelio/cmp-natdat",
opts = {
cmp_kind_text = "NatDat",
},
},
opts = function(_, opts)
local cmp = require("cmp")
opts.sources = cmp.config.sources(vim.list_extend(opts.sources, { { name = "natdat" } }))
end,
},
}