ref(nvim): fennel-ized cmp

This commit is contained in:
Léana 江 2024-01-27 01:14:32 +01:00 committed by Léana 江
parent 2056b03f9e
commit b5e2e1e97f
3 changed files with 191 additions and 230 deletions

View file

@ -24,6 +24,7 @@ require "tangerine".setup {
target = vim.fn.stdpath [[data]] .. "/tangerine",
compiler = {
verbose = false,
hooks = { "oninit" },
hooks = { "oninit" , "onsave" },
},
}