Configure the Cuda C environment of VIM/Emacs for non-root users

Source: Internet
Author: User

Cuda C extends the C language, the subject or the C language syntax, so a simple method is to create ~ /. Add the vimrc file to the file:

AU bufnewfile, bufread *. Cu set Ft = C


To move the tab key with four spaces instead of eight, you can ~ /. Continue to join in vimrc:

Set
Tabstop = 4

Show row number:

Set nu


Emacs can be implemented by adding a M. El file and including the following lisp commands.

(  Setq  Auto  -  Mode  -  Alist  (  Append  '("\. Cu $". c ++-mode) Auto-mode-alist )) 

But I have not tried this method.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.