summaryrefslogtreecommitdiff
path: root/ftdetect/sol.lua
diff options
context:
space:
mode:
authorkylo252 <[email protected]>2022-05-25 13:35:38 +0200
committerkylo252 <[email protected]>2022-05-25 13:35:38 +0200
commitfc63a66ce8d26ab7acf5e178b85d0f69b097ca7e (patch)
tree1dc5ddb0ec1cdd1d225ded33f157a890699fc348 /ftdetect/sol.lua
parentaa4c9930d9131c60d7a6f2e9bec8a2f3ba6c4055 (diff)
parent6dbba1f9597e0ba090702aea41357c29874aab7c (diff)
Merge remote-tracking branch 'origin/rolling'
Diffstat (limited to 'ftdetect/sol.lua')
-rw-r--r--ftdetect/sol.lua3
1 files changed, 0 insertions, 3 deletions
diff --git a/ftdetect/sol.lua b/ftdetect/sol.lua
deleted file mode 100644
index b716f759..00000000
--- a/ftdetect/sol.lua
+++ /dev/null
@@ -1,3 +0,0 @@
-vim.cmd [[
- au BufRead,BufNewFile *.sol set filetype=solidity
-]]