feat(nvim): load Cfilter plugin

This commit is contained in:
Price Hiller 2023-10-08 04:18:52 -05:00
parent fefd0da462
commit e10b61518b
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8
2 changed files with 4 additions and 0 deletions

View File

@ -48,3 +48,6 @@ lazy.setup("plugins.configs", {
},
},
})
require("plugins.autocmds")
require("plugins.postload")

View File

@ -0,0 +1 @@
vim.cmd.packadd("cfilter")