nix-config/home/vim/ftdetect/kconfig.lua

7 lines
106 B
Lua
Raw Normal View History

2023-05-12 14:28:14 +02:00
-- Mconfig is just Kconfig
vim.filetype.add({
filename = {
["Mconfig"] = "kconfig",
},
})