nix-config/home/vim/ftdetect/kconfig.lua
Bruno BELANYI 41df5c01ad
All checks were successful
ci/woodpecker/push/check Pipeline was successful
home: vim: ftdetect: add kconfig
2023-05-12 12:31:07 +00:00

7 lines
106 B
Lua

-- Mconfig is just Kconfig
vim.filetype.add({
filename = {
["Mconfig"] = "kconfig",
},
})