home: vim: ftdetect: add kconfig
All checks were successful
ci/woodpecker/push/check Pipeline was successful
All checks were successful
ci/woodpecker/push/check Pipeline was successful
This commit is contained in:
parent
153b6a43cc
commit
41df5c01ad
6
home/vim/ftdetect/kconfig.lua
Normal file
6
home/vim/ftdetect/kconfig.lua
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
-- Mconfig is just Kconfig
|
||||||
|
vim.filetype.add({
|
||||||
|
filename = {
|
||||||
|
["Mconfig"] = "kconfig",
|
||||||
|
},
|
||||||
|
})
|
Loading…
Reference in a new issue