feat: add filetype detection for solidity

This commit is contained in:
kylo252 2021-10-08 08:33:37 +02:00
parent c0e3c8d43a
commit 68d2678af3

3
ftdetect/sol.lua Normal file
View file

@ -0,0 +1,3 @@
vim.cmd [[
au BufRead,BufNewFile *.sol set filetype=solidity
]]