ccgo 3.4.3

A high-performance C++ cross-platform build CLI
1
2
3
4
5
6
7
8
9
-- Detect CCGO.toml files
vim.filetype.add({
  filename = {
    ["CCGO.toml"] = "toml",
  },
  pattern = {
    [".*CCGO%.toml"] = "toml",
  },
})