Skip to content

ZzSean/vim

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

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published