vim에서 todo.txt 설치
cd ~/.vim/bundle
git clone https://github.com/freitass/todo.txt-vim.git
vim에서 PluginInstall 하기
set syntax=todo
vimrc에 todo.txt syntax coloring지정
# ~/.vimrc에 추가
# todo.txt를 열면 todo.txt의 syntax coloring이 됨
au BufNewFile,BufRead todo.txt set filetype=todo
au BufNewFile,BufRead done.txt set filetype=todo'리눅스' 카테고리의 다른 글
| org-refile 하기 (0) | 2024.01.16 |
|---|---|
| bash if - arg1이 없음을 체크 (0) | 2024.01.16 |
| cat과 EOF로 파일에 내용 추가하기 (0) | 2024.01.16 |
| org mode 문서 내부 url을 browser로 열어서 보기 C-c C-o (0) | 2024.01.16 |
| orgmode에서 MathJax 마크업 쓰기 (0) | 2024.01.15 |