diff options
author | kylo252 <[email protected]> | 2022-05-25 13:35:38 +0200 |
---|---|---|
committer | kylo252 <[email protected]> | 2022-05-25 13:35:38 +0200 |
commit | fc63a66ce8d26ab7acf5e178b85d0f69b097ca7e (patch) | |
tree | 1dc5ddb0ec1cdd1d225ded33f157a890699fc348 /ftdetect/fsautocomplete.lua | |
parent | aa4c9930d9131c60d7a6f2e9bec8a2f3ba6c4055 (diff) | |
parent | 6dbba1f9597e0ba090702aea41357c29874aab7c (diff) |
Merge remote-tracking branch 'origin/rolling'
Diffstat (limited to 'ftdetect/fsautocomplete.lua')
-rw-r--r-- | ftdetect/fsautocomplete.lua | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ftdetect/fsautocomplete.lua b/ftdetect/fsautocomplete.lua deleted file mode 100644 index 0b71987e..00000000 --- a/ftdetect/fsautocomplete.lua +++ /dev/null @@ -1,3 +0,0 @@ -vim.cmd [[ - au BufNewFile,BufRead *.fs,*.fsx,*.fsi set filetype=fsharp -]] |