diff options
author | dundargoc <[email protected]> | 2022-05-25 11:44:13 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2022-05-25 11:44:13 +0200 |
commit | 6dbba1f9597e0ba090702aea41357c29874aab7c (patch) | |
tree | 9f239e10cb555c31418530338f37a43fd39fd01c /ftdetect/julia.lua | |
parent | cb6502ee30e043b13914f7bddb373a40dcc73af4 (diff) |
refactor: remove redundant ftdetects (#2651)
Diffstat (limited to 'ftdetect/julia.lua')
-rw-r--r-- | ftdetect/julia.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ftdetect/julia.lua b/ftdetect/julia.lua deleted file mode 100644 index 2f8087cd..00000000 --- a/ftdetect/julia.lua +++ /dev/null @@ -1 +0,0 @@ -vim.cmd [[ au BufRead,BufNewFile *.jl set filetype=julia ]] |