Added syntax highlighting trydactyl and vimrc.

This commit is contained in:
James Patrick 2020-03-19 15:30:43 -04:00
parent ba88938236
commit 7855876147
2 changed files with 4 additions and 0 deletions

View File

@ -41,3 +41,4 @@ set incsearch true
colorscheme onedark
" vim: set filetype=vim:
" -*- mode: vim -*-

View File

@ -2,3 +2,6 @@ source ~/.vim/vimrc.d/base.vim
source ~/.vim/vimrc.d/plugins.vim
source ~/.vim/vimrc.d/ui.vim
source ~/.vim/vimrc.d/keybind.vim
" vim: set filetype=vim:
" -*- mode: vim -*-