mirror of https://github.com/sgoudham/nvim.git
clean-up
parent
49c890f9c1
commit
8eea0d8106
@ -1,12 +0,0 @@
|
|||||||
local M = {}
|
|
||||||
|
|
||||||
function M.flavour_completion()
|
|
||||||
return vim.tbl_keys(require("catppuccin.utils.data").set_of({
|
|
||||||
"latte",
|
|
||||||
"frappe",
|
|
||||||
"macchiato",
|
|
||||||
"mocha",
|
|
||||||
}))
|
|
||||||
end
|
|
||||||
|
|
||||||
return M
|
|
Loading…
Reference in New Issue