vim 이용시 C언어 함수나 변수 같은 것에 대한 심볼 색깔을 표시해 주는 플로그인 찾습니다.

trymp의 이미지

리눅스를 새로 깔았는데 C언어 편집시 색깔이 안나오네요...ㅠ

C언어에 함수, 변수 등에 색깔을 입히는 vim plugin 좀 추천해주세요.

오랜만에 보니 못 찾고 있네요..ㅠㅠ

jick의 이미지

:syntax on 하셨어요?

Anti-Lock의 이미지

하지만 vim의 기본 기능에 키워드 뿐만 아니라 함수명과 변수명도 컬러가 들어가나요?

어떤 배포판에는 기본기능만 가진 vim-tiny가 기본설치되어 있기 때문에 안될 수도 있습니다.
모든 기능을 가진 "vim"을 설치하세요.
그리고 귀찮음을 피하기위해서 .vimrc 파일에
syntax on
이라고 적어줘야 할겁니다.
하지만 키워드나, 인클루드, 리터럴 같은것만 구문강조 컬러가 들어가고 함수명이나 변수명은 컬러가 안들어갑니다.
정말로 함수명과 변수명에 컬러가 들어가는 플러그인이 있다면 저도 알고 싶네요.

goforit의 이미지

Syntastic 을 한번 사용해보세요.

저의 .vimrc 파일입니다.

"########################################                                       
" Enabel pathogen                                                               
"########################################                                       
call pathogen#infect()                                                          
call pathogen#helptags()                                                        
 
"########################################                                       
" Background color                                                              
"########################################                                       
:color desert                                                                   
 
"########################################                                       
" Enable filetype plugins                                                       
"########################################                                       
syntax on                                                                       
filetype plugin on                                                              
 
"########################################                                       
"syntastic                                                                      
" <a href="https://github.com/scrooloose/syntastic" rel="nofollow">https://github.com/scrooloose/syntastic</a>                                       
" Enable program language syntax check                                          
"########################################                                       
set statusline+=%#warningmsg#                                                   
set statusline+=%{SyntasticStatuslineFlag()}                                    
set statusline+=%*                                                              
 
let g:syntastic_always_populate_loc_list = 1                                    
 
" Always close location-list window, setting to 0 makes errors                  
" let g:syntastic_auto_loc_list = 1                                             
 
let g:syntastic_check_on_open = 1                                               
let g:syntastic_check_on_wq = 0                                                 
 
"########################################                                       
" Shortcut for TagbarToggle                                                     
"########################################                                       
nmap <F5> :TagbarToggle<CR>                                                     
 
 
"########################################                                       
" Restrict to 80 column                                                         
" Please put this into the end of vimrc                                         
"########################################                                       
set colorcolumn=80                                                              
set textwidth=80                                                                
 
"########################################                                       
"Enable file broswer - NERDTree                                                 
"########################################                                       
" Open nerdtree if there is no specification of files                           
autocmd StdinReadPre * let s:std_in=1                                           
autocmd VimEnter * if argc() == 0 && !exists("s:std_in") | NERDTree | endif     
 
" Mapping Nerdtree to  ,ne                                                      
let mapleader = ","                                                             
nmap <leader>ne :NERDTree<cr>                                                   
 
"########################################                                       
" CtrlPBuffer for faster file searching                                         
"########################################                                       
nmap <leader>b :CtrlPBuffer<cr>                                                 
 

glay의 이미지

vim-enhanced 가 설치가 되어 있으면 vim 으로 filename.c 를 열었을때 왠만하면 하이라이트 되어서 나올껍니다.

일단 vim-enhanced 가 설치 되어 있나 확인하세요


--------------- 절취선 ------------------------
하늘은 스스로 삽질하는 자를 삽으로 팬다.

http://glay.pe.kr

trymp의 이미지

^^

댓글 달기

Filtered HTML

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

BBCode

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param>
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

Textile

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • You can use Textile markup to format text.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Markdown

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • Quick Tips:
    • Two or more spaces at a line's end = Line break
    • Double returns = Paragraph
    • *Single asterisks* or _single underscores_ = Emphasis
    • **Double** or __double__ = Strong
    • This is [a link](http://the.link.example.com "The optional title text")
    For complete details on the Markdown syntax, see the Markdown documentation and Markdown Extra documentation for tables, footnotes, and more.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Plain text

  • HTML 태그를 사용할 수 없습니다.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 줄과 단락은 자동으로 분리됩니다.
댓글 첨부 파일
이 댓글에 이미지나 파일을 업로드 합니다.
파일 크기는 8 MB보다 작아야 합니다.
허용할 파일 형식: txt pdf doc xls gif jpg jpeg mp3 png rar zip.
CAPTCHA
이것은 자동으로 스팸을 올리는 것을 막기 위해서 제공됩니다.