GitHub - ZzSean/vim

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Folders and files

NameName

Last commit message

Last commit date

Latest commit

History

13 Commits

Repository files navigation

For general, see Vim for Myself - 张政的博客 | Zz Blog (zzsean.github.io)

Difference in docker

Vim7

只能使用 neocomplete

  1. 先安装 lua,apt install vim-nox;
  2. 下载 neocomplete,Shougo/neocomplete.vim: Next generation completion framework after neocomplcache (github.com)
  3. 将 autoload 移动到 ~/.vim/autoload,将 plugin 移动到 ~/.vim/plugin(若无,需创建文件夹)

cuda 语法高亮

将 cu.vim.txt 放到 /usr/share/vim/vim*/syntax,改名为 cu.vim

au BufNewFile,BufRead *.cu set ft=cu
au BufNewFile,BufRead *.cuh set ft=cu

Theme

colorscheme desert

About

No description, website, or topics provided.

Resources

Readme

Activity

Stars

0 stars

Watchers

1 watching

Forks

0 forks

Releases

No releases published