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
1 changed files with 6 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue