diff --git a/nvim.vim b/nvim.vim index ea9d28d..da1cd72 100644 --- a/nvim.vim +++ b/nvim.vim @@ -18,12 +18,12 @@ au FileType asciidoctor setlocal wrap lbr iskeyword+=- au BufRead,BufNewFile */templates/*.html set filetype=htmldjango -autocmd BufNewFile *.h 0r ~/.vim/template/h -autocmd BufNewFile *.html 0r ~/.vim/template/html5 -autocmd BufNewFile *.mk 0r ~/.vim/template/make -autocmd BufNewFile Makefile 0r ~/.vim/template/make -autocmd BufNewFile *.hs 0r ~/.vim/template/hs -autocmd BufNewFile *.adoc 0r ~/.vim/template/adoc +autocmd BufNewFile *.h 0r ~/.config/nvim/template/h +autocmd BufNewFile *.html 0r ~/.config/nvim/template/html5 +autocmd BufNewFile *.mk 0r ~/.config/nvim/template/make +autocmd BufNewFile Makefile 0r ~/.config/nvim/template/make +autocmd BufNewFile *.hs 0r ~/.config/nvim/template/hs +autocmd BufNewFile *.adoc 0r ~/.config/nvim/template/adoc autocmd BufNewFile,BufRead *.pio setfiletype pioasm