this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add custom ftdetect file

+5 -1
+1 -1
vim/.config/.gitignore
··· 1 1 /spell 2 2 /tags/* 3 3 !/nvim/tags 4 - custom.vim 4 + /nvim/custom.vim
+4
vim/.config/nvim/ftdetect/custom.vim
··· 1 + au BufRead,BufNewFile *.ket setlocal ft=ketos.scheme syn=scheme 2 + au BufRead,BufNewFile *.config setlocal ft=erlang syn=erlang 3 + au BufRead,BufNewFile *.config.script setlocal ft=erlang syn=erlang 4 + au BufRead,BufNewFile *.app.src setlocal ft=erlang syn=erlang