Files
dotfiles/config/nvim/lua/plugins/cmake.lua
T

6 lines
92 B
Lua

return {
"Civitasv/cmake-tools.nvim",
ft = { "cmake", "cpp", "c" },
opts = {}
}