Rearrange files in .config folder, update makefile

This commit is contained in:
2024-07-05 12:26:30 +03:00
parent 75d563e018
commit 47a432293e
52 changed files with 79 additions and 72 deletions
+6
View File
@@ -0,0 +1,6 @@
function! s:DetectJS()
if getline(1) =~# '^#!.*/bin/env\s\+node\>'
setfiletype javascript
endif
endfunction
autocmd BufNewFile,BufRead * call s:DetectJS()