[태그:] highlight

  • vim hightlight multiple words with diffrent colors

    https://stackoverflow.com/questions/4162664/vim-highlight-a-list-of-words#comment4494852_4162735

    vim으로 행 구분을 하고 싶을 필요가 있다. 기본 기능으로 지원한다. 불행히도 match Todo /words/ 형식이 정규 표현식을 지원하지 않는다. 다른 방법으로 colorcolumn를 찾았다.

    https://stackoverflow.com/questions/6730713/highlight-specific-column-in-vim

    colorcolumn은 줄 자 같은 느낌이다. 결국 plugin을 설치했다.

    https://www.vim.org/scripts/script.php?script_id=2830

    github에서 최신 파일을 설치하자. ArrangeColumn을 치면 폭이 자동 조절된다. 아직 한글 칼럼은 잘 안되는 듯 하다.

    https://github.com/chrisbra/csv.vim