Skip to content

Commit

Permalink
remove detect for aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
mosheavni committed Nov 21, 2024
1 parent c04461c commit 760230f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,6 @@ nnoremap <leader>ds :DiffSaved<cr>
augroup special_filetype
au!
autocmd FileType json syntax match Comment +\/\/.\+$+
autocmd BufNewFile,BufRead aliases.sh setf zsh
autocmd BufNewFile,BufRead .eslintrc setf json
" autocmd BufNewFile,BufRead *.hcl setf terraform
autocmd BufRead,BufNewFile */templates/*.yaml,*/templates/*.tpl,*.gotmpl,helmfile.yaml set ft=helm
Expand Down

0 comments on commit 760230f

Please sign in to comment.